Re: [slim] Not showing date and time when switched off

2011-09-15 Thread pski

mherger;657603 Wrote: 
> >> I have "Screensaver when off" set to "Date and Time" and "Standby
> Font"
> >> set to "standard" and "Power Off Brightness" set to 2.  This all
> used to
> >> work on 7.6.0 and earlier.
> 
> 7.6.x seems to have introduced an issue where sometimes the SB3 display
> isn't initialized correctly. I restart my servers several times every
> day, productive systems once every few days. And it only happened to me
> _once_. Unfortunately I haven't found a way to reproduce this.
> 
> A server restart should restore the display.
> 
> http://bugs.slimdevices.com/show_bug.cgi?id=17497
> 
> -- 
> 
> Michael

Not. Even after a shutdown -r now

SB3 turns off rather than screensave.

Version: 7.6.1 - r33149 @ Mon Aug 22 18:23:26 EDT 2011
Hostname: vortexbox.localdomain
Server IP Address: 192.168.0.94
Server HTTP Port Number: 9000
Operating system: Red Hat - EN - utf8
Platform Architecture: i686-linux
Perl Version: 5.12.4 - i386-linux-thread-multi
Database Version: DBD::SQLite 1.34_01 (sqlite 3.7.7.1)
Total Players Recognized: 5


-- 
pski

real stereo doesn't just wake the neighbors, it -enrages- them.. It is
truly the Golden Age of Wireless

pski's Profile: http://forums.slimdevices.com/member.php?userid=15574
View this thread: http://forums.slimdevices.com/showthread.php?t=88373

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Vortexbox on Mac?

2011-09-15 Thread agillis

chrisinparis;656490 Wrote: 
> Hi
> 
> HDD on my mac mini (my SB server) is out at the moment.  So was
> thinking of running Vortexbox from CD.  Downloaded 1.10, burnt to CD
> and booted on my mac.  Was hopeful that it'd work, as I spotted an EFI
> folder in the ISO, but no go.
> 
> Has anyone done this successfully (in which cas I'll try another CD) or
> quite simply will this not work (due to EFI rather than BIOS)?
> 
> Regards
> Chris

VortexBox does not install on a MAC. You can run it under a VM if you
want.


-- 
agillis

rip, tag, get cover art… All you do is insert the CD!
http://vortexbox.org

agillis
Lead Developer VortexBox

agillis's Profile: http://forums.slimdevices.com/member.php?userid=21140
View this thread: http://forums.slimdevices.com/showthread.php?t=90254

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Control your SqueezeBox or Transporter with Foobar2000

2011-09-15 Thread annoyingmouse

Ok I've worked out how to do this for columnsui now from the "foosq -
final" file.  Admittedly I've never used autoit before and it has been
a lot of years since I last programmed but I thought I'd put my edited
code here for anyone who is looking for it.  If anyone can spot any
problems in my code please, please tell me.Obviously I should add a
thankyou to stuffedspacedog for the original code and everyone who
helped in this thread well before I'd even considered getting a
squeezebox.  You've all just made my hifi a infinitely better!  


Code:

$m_amip = "e:\nextsong.txt"
  $m_ip = "127.0.0.1"
  $m_port = 9090
  $m_fooh = "[CLASS:{E7076D1C-A7BF-4f39-B771-BCBE88F2A2A8}]"
  $m_fooexe = "C:\Program Files (x86)\foobar2000\foobar2000.exe"
  $m_f = ""
  $m_r = "0"
  $m_s = "0"
  $m_p = "?"
  $m_t = ""
  $m_n = ""
  $m_ne = ""
  $m_fn = ""
  $m_sq = ""
  $m_title = ""
  $m_idle = 0
  $m_ro = "0"
  $m_seek = 0
  $m_elt = ""
  $m_seekt = 8
  $m_0gap = 0
  $m_0seek = 0
  Run($m_fooexe, "", @SW_MAXIMIZE)
  WinWait($m_fooh, "", 20)
  TCPStartup()
  $m_tcp = TCPConnect($m_ip, $m_port)
  If @error Then
  MsgBox(48, "FooSQ Warning", "Squeezebox Server not responding.")
  Exit
  EndIf
  HotKeySet("{NUMPADADD}", "f_vol")
  HotKeySet("{NUMPADSUB}", "f_vol")
  HotKeySet("{NUMPADMULT}", "f_vol")
  While 1
  If Not WinExists($m_fooh) Then
  TCPSend($m_tcp, "stop" & @CRLF & "playlist clear" & @CRLF)
  Exit
  EndIf
  $m_title = WinGetTitle($m_fooh)
  If $m_title = "0" Then
  Sleep(300)
  $m_title = WinGetTitle($m_fooh)
  If $m_title = "0" Then
  Sleep(300)
  $m_title = WinGetTitle($m_fooh)
  EndIf
  EndIf
  If StringRegExp($m_title, "foobar2000") Then
  $m_idle = 1
  Else
  $m_idle = 0
  EndIf
  If $m_idle = 0 And $m_title <> "" Then
  $a_tn = StringSplit($m_title, "/")
  $m_fn = $a_tn[1]
  $m_r = $a_tn[2]
  $m_p = $a_tn[3]
  $m_elt = $a_tn[4]
  if number($m_seekt) > 0 AND $m_0seek = 0 Then
  $m_seekv = number($m_r) - number($m_ro)
  if  abs($m_seekv) > $m_seekt AND $m_ro <> "0" AND $m_f = $m_fn  Then
  $m_seek = 1
  Endif
  Endif
  $m_ro = $m_r
  if $m_0seek > 0 then
  $m_0seek = $m_0seek -1
  endif
  Else
  $m_0gap = 1
  $m_0seek = 50
  EndIf
  Select
  Case $m_idle = 1 And $m_s <> "0"
  $m_s = "0"
  TCPSend($m_tcp, "stop" & @CRLF & "playlist clear" & @CRLF)
  Case $m_idle = 0 And $m_s = "0"
  $m_s = "1"
  $m_f = $m_fn
  $m_sq = StringReplace(StringReplace($m_fn, "\", "/"), " ", "%20")
  TCPSend($m_tcp, "playlist play " & $m_sq & @CRLF)
  Case $m_idle = 0 AND $m_s = "1" AND $m_seek = 0
  if $m_p = "1" Then
  $m_s = "2"
  TCPSend($m_tcp,"pause 1" & @CRLF)
  Else
  if $m_f <> $m_fn Then
  if $m_t = "0" Then
  if $m_fn <> $m_n Then
  $m_sq = StringReplace(StringReplace($m_fn, "\", "/"), " ", "%20")
  TCPSend($m_tcp,"playlist play " & $m_sq & @CRLF)
  Endif
  endif
  $m_t = ""
  $m_ne = ""
  $m_f = $m_fn
  Else
  if number($m_r) < 12 AND number($m_r) > 1 AND $m_0gap = 0 Then
  if $m_ne = "" Then
  $m_amips = FileOpen($m_amip, 0)
  $m_n = FileReadLine($m_amip)
  FileClose($m_amip)
  $m_sq = StringReplace(StringReplace($m_n, "\", "/"), " ", "%20")
  TCPSend($m_tcp,"playlist insert " & $m_sq & @CRLF)
  $m_ne = "1"
  Endif
  Endif
  if Number($m_r) < 2  Then
  $m_t = "0"
  $m_0gap = 0
  Endif
  Endif
  EndIf
  Case $m_idle = 0 And $m_s = "2"
  If $m_p = "?" Then
  $m_s = "1"
  TCPSend($m_tcp, "pause 0" & @CRLF)
  EndIf
  Case $m_idle = 0 AND $m_s = "1" AND $m_seek = 1
  $m_seek = 0
  $m_ne = ""
  TCPSend($m_tcp,"playlist clear" & @CRLF)
  TCPSend($m_tcp,"playlist play " & StringReplace(StringReplace($m_fn, "\", 
"/"), " ", "%20") & @CRLF)
  TCPSend($m_tcp,"pause 1" & @CRLF)
  sleep(50)
  TCPSend($m_tcp, "time " & $m_elt & @CRLF)
  Sleep(50)
  TCPSend($m_tcp,"pause 0" & @CRLF)
  EndSelect
  Sleep(50)
  WEnd
  Func f_vol()
  Select
  Case StringInStr(@HotKeyPressed, "{NUMPADADD}")
  TCPSend($m_tcp, "mixer volume +5" & @CRLF)
  Case StringInStr(@HotKeyPressed, "{NUMPADSUB}")
  TCPSend($m_tcp, "mixer volume -5" & @CRLF)
  Case StringInStr(@HotKeyPressed, "{NUMPADMULT}")
  TCPSend($m_tcp, "mixer volume 0" & @CRLF)
  EndSelect
  EndFunc



I should note straight away that I changed the path for my foobar
install and amip output in order to overcome problems I was having so
if you want to use it you probably should revert to whatever you
prefer. I think the only other changes I've made were columnsui
related, which were the classid and and the foobar title when no
program is playing.


-- 
annoyingmouse

annoyingmouse's Profile: http://forums.slimdevices.com/member.php?userid=49704
View this thread: http://forums.slimdevices.com/showthread.php?t=79575

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-09-15 Thread chilly

Does anyone know if I can disable fastscroll on Honeycomb?

This app is crashing when using fastscroll on tablet versions.  It only
uses fastscroll in certain situations (like Spotify search results), but
it breaks the app for some stuff I want to do.


-- 
chilly

chilly's Profile: http://forums.slimdevices.com/member.php?userid=49076
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Can anyone tell me why these streams won't play?

2011-09-15 Thread bpa

When testing these stream with mplayer compared to other "Normal" AAC
streams.  Mplayer produced message such as


Code:


  Unsupported LATM configuration: 11 programs/ 26 subframes, 3 layers, 
allstreams: 0



This seems to indicate there is something unusual about the
configuration of the streams and the Touch decoder may need to be
updated but you will need to create a bug report.

A workaround if you use a local SBS server would be to disable native
AAC decoding and then the stream will play by transcoding done in the
server.


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=90383

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Big Party

2011-09-15 Thread aubuti

pcourtney;657984 Wrote: 
> and two because the 1gb USB drive he has given me to look at is chock
> full of wav files,
Did you mean 1TB? Personally I'd be more risk averse and convert them
to mp3 or stream as mp3. No one will notice the lossless/lossy
difference in a setting like that, but they will notice if you push the
network over its limit. But I have no doubt you'll choose the hard way 
:-)


-- 
aubuti

aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
View this thread: http://forums.slimdevices.com/showthread.php?t=90336

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Big Party

2011-09-15 Thread maggior

pcourtney;657984 Wrote: 
> a lot these are old vinyl LP's that have been ripped to a hard drive
> using the clever little USB PhonoPlus
> 
> http://solodeals.com/USB-PhonoPlus-V2-ARTcessory/M/B000BBGCCI.htm
> 
> 

I have one of these too that I got a few years ago.  It's a great
sounding strudy little device.


-- 
maggior

Rich
-
Setup: 2 SB3s, 4 Booms, 1 Duet, 1 Receiver, 1 Touch, iPeng on iPod
Touch.  SuSE 11.0 Server running SqueezeBoxServer 7.5.5, MusicIP, and
SqueezeSlave.  
Current library stats: 37,509 songs, 2,934 albums, 515 artists.
http://www.last.fm/user/maggior

maggior's Profile: http://forums.slimdevices.com/member.php?userid=9080
View this thread: http://forums.slimdevices.com/showthread.php?t=90336

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Anubis FM

2011-09-15 Thread smc2911

Now that Rhapsody has started IP address filtering in Australia, I'd be
very interested in whether there are *any* music streaming services
available in Australia that would work on the SB


-- 
smc2911

http://www.last.fm/user/smc2911/

smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388
View this thread: http://forums.slimdevices.com/showthread.php?t=87987

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Big Party

2011-09-15 Thread pcourtney

Phil Leigh;657848 Wrote: 
> Yes it is true, but why on earth would you want to stream wav in this
> party setup?

2 reasons, one because we can, a fast ethernet network should be able
to handle this, no other users or computers, just my iPad, and 10
receivers, if SBS cannot handle it, then I reckon SBS has much bigger
problems with the whole architecture of how it's been coded in the
first place, 

and two because the 1gb USB drive he has given me to look at is chock
full of wav files, a lot these are old vinyl LP's that have been ripped
to a hard drive using the clever little USB PhonoPlus

http://solodeals.com/USB-PhonoPlus-V2-ARTcessory/M/B000BBGCCI.htm

and all the cracks, pops and noise removed, along with replaygain etc
using Audacity software, apparently is was a labour of love that took
him over a year to do 500 albums.

Audacity seems pretty nice software for that sort of thing, I did a few
compilation albums for the car today using it, simples :-) 

Select a wav file, then go to 
Project/Import Audio   Import the rest of the wav files as a batch.
Edit/Select/All
Effect/Normalize
File/Export Multiple

I have now bought one of these USB PhonoPlus jobbies to rip some of my
old vinyl, but I don't think I will be taking as much care, just nice
to have them on the NAS for a rainy day :-)


-- 
pcourtney

Infrant ReadyNAS 1000S Sparc CPU 512mb and SBS 7.6.1
SBS Remote Control via an iPad2 and Logitech app
Squeezebox Duet Receivers WiFi Connected x 3 
Musical Fidelity X-CAN v2 Headphone Amps x 3

pcourtney's Profile: http://forums.slimdevices.com/member.php?userid=49217
View this thread: http://forums.slimdevices.com/showthread.php?t=90336

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Big Party

2011-09-15 Thread JJZolx

You mean Andy?

No, there are definitely 10 streams going out over the network. Each
player must be sent its own stream. There's only one conversion
process, though. All streams send data from that one process. If the
network bandwidth used to send one 16/44.1 PCM stream is 1.411 Mbps,
then streaming to 10 players requires 14.11 Mbps.


-- 
JJZolx

JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=90336

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Big Party

2011-09-15 Thread pcourtney

JJZolx;657574 Wrote: 
> Is what the case?

I think Phil is saying the opposite to you, that if there is no
transcoding going on, eg streaming native wav files to the receiver,
then only 1 synced stream is sent to all ten receivers, which is how it
should be IMHO  

Quote: Originally Posted by andyg  
Actually if they are synced, you should only have 1 flac+sox conversion
running.

Quote: Originally Posted by pcourtney
good to know, just a quickie, is that also the case if I am streaming
WAV to the ten SB Receivers (no flac or sox transcoding required) , and
the receiver just receives the wav and decodes to PCM natively ?


-- 
pcourtney

Infrant ReadyNAS 1000S Sparc CPU 512mb and SBS 7.6.1
SBS Remote Control via an iPad2 and Logitech app
Squeezebox Duet Receivers WiFi Connected x 3 
Musical Fidelity X-CAN v2 Headphone Amps x 3

pcourtney's Profile: http://forums.slimdevices.com/member.php?userid=49217
View this thread: http://forums.slimdevices.com/showthread.php?t=90336

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


[slim] Can anyone tell me why these streams won't play?

2011-09-15 Thread Nick_G

Two AAC+ 128k Shoutcast streams, both of them ambient stations:

Maschinegeist.org Radio: http://78.47.199.194:1337

Mind Potion Radio 2 HD: http://85.25.184.155:8260

If I try to play them the Touch loads them up (buffers) but then
nothing happens. Now the Squeezebox Touch normally plays 128k AAC+
streams with no problems at all, so what doesn't it like about these
two? I'd like to be able to listen to them on the hi-fi rather than the
computer.

Thanks in advance for any help.

Regards,
Nick


-- 
Nick_G

Nick_G's Profile: http://forums.slimdevices.com/member.php?userid=38427
View this thread: http://forums.slimdevices.com/showthread.php?t=90383

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Transporter versus Touch

2011-09-15 Thread jhonsber...@msn.com

MediaCenter;657379 Wrote: 
> In addition to what's already been said, I like the form factor of TP,
> it looks nice in my av rack.

I love nothing better then a large Av rack.


-- 
jhonsber...@msn.com

jhonsber...@msn.com's Profile: 
http://forums.slimdevices.com/member.php?userid=4438
View this thread: http://forums.slimdevices.com/showthread.php?t=90294

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Dead Transporter

2011-09-15 Thread ghostrider

Is the brightness turned down?


-- 
ghostrider

ghostrider's Profile: http://forums.slimdevices.com/member.php?userid=18959
View this thread: http://forums.slimdevices.com/showthread.php?t=75739

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-09-15 Thread ralphy

dlcastles;657139 Wrote: 
> Ralphy,
> Thanks for getting back to me so quickly. Here is the output from using
> that command line:
> Best, Duncan
> 
> C:\Program Files\Squeezeslave>squeezeslave-asio -L
> Output devices:
> * 0: (ASIO) ASIO4ALL v2 (5/17)
> 
> C:\Program Files\Squeezeslave>squeezeslave-asio -L --retry --mac
> 00:00:00:20:20:
> 01 192.168.0.3
> Output devices:
> * 0: (ASIO) ASIO4ALL v2 (46/46)
> 
> C:\Program Files\Squeezeslave>

Since you're using asio4all you'll need to look at the configuration
for it.  Squeezeslave has no control over the device(s) it points to. 
Alternatively, you can try using the direct sound version
squeezeslave.exe -L, find the device and then start squeezeslave with
-oN where N is the device number listed before the colon.  See the wiki
for more details.


-- 
ralphy

Ralphy

*4*-Classics, *2*-Booms, *12*-Squeezeslaves
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] [ANNOUNCE] Squeezeslave: 1.0 released

2011-09-15 Thread ralphy

s7mx1;657277 Wrote: 
> > 
Code:

  >   > 
  > Expression 'paTimedOut' failed in 'src/os/unix/pa_unix_util.c', line: 387
  > 

> > 
> 
> Not quite sure its because of wifi drop or something else.

The portaudio library failed to write samples to the audio device
within the timeout period.  It's an issue with the audio device not
squeezeslave.


-- 
ralphy

Ralphy

*4*-Classics, *2*-Booms, *12*-Squeezeslaves
'Squeezeslave' (http://code.google.com/p/squeezeslave/) 'donations'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezeslave¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
always appreciated.

ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484
View this thread: http://forums.slimdevices.com/showthread.php?t=83362

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] [ANNOUNCE] SqueezeCommander 0.9 for Android

2011-09-15 Thread jeebers

socistep;657420 Wrote: 
> Good news! Hopefully this works for me and others, I'm actually getting
> a new server this week which I'll be putting 7.6.1 on so I can compare
> to my other server which runs 7.5.3

I'm afraid the problem persists for me.  7.6.1 and Desire HD.


-- 
jeebers

www.last.fm/user/gbennett115

www.soundcloud.com/artiefufkin

jeebers's Profile: http://forums.slimdevices.com/member.php?userid=10290
View this thread: http://forums.slimdevices.com/showthread.php?t=69352

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Updating music files over the network

2011-09-15 Thread gruntwolla

garym;657697 Wrote: 
> Once sheevaplug is on your LAN, can you copy over your LAN to the HDD
> connected to sheevaplug.(from, say, your laptop with new music files on
> its harddrive)?  (I understand you want to automate this, but I'm just
> asking about the normal manual copying over the LAN as I'm about to set
> up a squeezeplug)

Hi Garym,
I can now copy music files from the dektop over the LAN to the
external hdd attached to the sheevaplug. When I installed sbs onto the
plug I didn't realise I should have installed Samba. That is now
done,and it's just a case of drag and drop, and rescan for new music.
Takes seconds! I will still check out the various recommendations for
software to automate the process though. Here's one option  
http://www.2brightsparks.com/

If you have any problems with your plug, I thoroughly recommend truehl
on the 3rd party plugins forum. He really is incredibly helpful.

Good luck with your Squeezeplug,
Trev
__


-- 
gruntwolla

conservatory - classic 
lounge - duet plus AE5 speakers
master bedroom  - boom
sons room   - radio
games room  - boom
squeezecommander and squeezeplayer on htc desire
ipeng on other half's iphone

gruntwolla's Profile: http://forums.slimdevices.com/member.php?userid=35645
View this thread: http://forums.slimdevices.com/showthread.php?t=90364

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Updating music files over the network

2011-09-15 Thread gruntwolla

Interesting replies!  Looks like first step is to install Samba on the
Sheevaplug, then check out your various suggestions for software.

Thanks,

Trev


-- 
gruntwolla

conservatory - classic 
lounge - duet plus AE5 speakers
master bedroom  - boom
sons room   - radio
games room  - boom
squeezecommander and squeezeplayer on htc desire
ipeng on other half's iphone

gruntwolla's Profile: http://forums.slimdevices.com/member.php?userid=35645
View this thread: http://forums.slimdevices.com/showthread.php?t=90364

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] AAC and gapless

2011-09-15 Thread Phil Leigh

They should play gapless on SB...it uses a special version of faad.


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...
Touch(wired/XP) - Audiolense 3.3/2.0+INGUZ DRC - MF M1 DAC - Linn 5103
- full Aktiv 5.1 system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5),
Pekin Tuner, Townsend Supertweeters, Blue Jeans Belden Digital,Kimber
8TC Speaker & Chord Signature Plus Interconnect cables
Stax4070+SRM7/II phones
Kitchen Boom, Outdoors: SB Radio, Harmony One remote for everything.

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=90356

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss


Re: [slim] Big Party

2011-09-15 Thread Phil Leigh

pcourtney;657557 Wrote: 
> good to know, just a quickie, is that also the case if I am streaming
> WAV to the ten SB Receivers ( no flac or sox ) , and the receiver just
> receives the wav and decodes to PCM natively ?

Yes it is true, but why on earth would you want to stream wav in this
party setup?


-- 
Phil Leigh

You want to see the signal path BEFORE it gets onto a CD/vinyl...it
ain't what you'd call minimal...
Touch(wired/XP) - Audiolense 3.3/2.0+INGUZ DRC - MF M1 DAC - Linn 5103
- full Aktiv 5.1 system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5),
Pekin Tuner, Townsend Supertweeters, Blue Jeans Belden Digital,Kimber
8TC Speaker & Chord Signature Plus Interconnect cables
Stax4070+SRM7/II phones
Kitchen Boom, Outdoors: SB Radio, Harmony One remote for everything.

Phil Leigh's Profile: http://forums.slimdevices.com/member.php?userid=85
View this thread: http://forums.slimdevices.com/showthread.php?t=90336

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/discuss