Re: [slim] How to play 5.1 Flac files? SB3

2010-04-17 Thread Phil Leigh
If these are real 5.1 flacs, just telling SOX to remix them to 2 channels is not going to make them play properly. How were these files created? - were they ripped from DVD/dvd-a/sacd somehow? -- Phil Leigh You want to see the signal path BEFORE it gets onto a CD/vinyl...it ain't what you'd

Re: [slim] How to play 5.1 Flac files? SB3

2010-04-17 Thread michael123
ITRAX and few other websites sell now these 5.1 flac files. I do not know which matrix SoX uses for downmix, but the result was quite acceptable. I also use foobar2k sometimes to downmix in off-line -- michael123

Re: [slim] How to play 5.1 Flac files? SB3

2010-04-16 Thread jbird21
michael123;535743 Wrote: Just downmix with Sox, pass '-c2' Code: # FLAC output starts here flc flc * * # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d} [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -v0.995 --buffer 32768 -q -t

Re: [slim] How to play 5.1 Flac files? SB3

2010-04-16 Thread MadScientist
If you really do want to play 5.1 FLACs, then the Dune players are the only devices I've seen that provide native MC FLAC support. You would need a processor/amp with HDMI input of course. http://dune-hd.com/hd_players/111-dune-bd-prime-3.0.html MS -- MadScientist

Re: [slim] How to play 5.1 Flac files? SB3

2010-04-16 Thread michael123
Just add the content above as-is to custom-convert.conf (in server/plugins directory), modifying r96000 by r44100. I think it shall work -- michael123 michael123's Profile:

Re: [slim] How to play 5.1 Flac files? SB3

2010-04-16 Thread jbird21
michael123;536096 Wrote: Just add the content above as-is to custom-convert.conf (in server/plugins directory), modifying r96000 by r44100. I think it shall work thanks for your reply I see this in: convert.conf(/etc/squeezeboxserver) my plugins directory looked empty I didn't see a

Re: [slim] How to play 5.1 Flac files? SB3

2010-04-16 Thread jbird21
michael123;536096 Wrote: Just add the content above as-is to custom-convert.conf (in server/plugins directory), modifying r96000 by r44100. I think it shall work thanks for your reply I see this in: convert.conf(/etc/squeezeboxserver) my plugins directory looked empty I didn't see a

Re: [slim] How to play 5.1 Flac files? SB3

2010-04-16 Thread michael123
yes, it is not there. You need to create it. -- michael123 michael123's Profile: http://forums.slimdevices.com/member.php?userid=23745 View this thread: http://forums.slimdevices.com/showthread.php?t=77395

[slim] How to play 5.1 Flac files? SB3

2010-04-15 Thread Sam Lowry
I finally have a surround-sound setup and would like to try playing some FLACs through my SB3. Unfortunately the two files I have tried, have done nothing. They never play. I couldn't find a basic primer about setting up the SB3 to do this. I thought it was automatic. Are there certain types of

Re: [slim] How to play 5.1 Flac files? SB3

2010-04-15 Thread Phil Leigh
Sam Lowry;535611 Wrote: I finally have a surround-sound setup and would like to try playing some FLACs through my SB3. Unfortunately the two files I have tried, have done nothing. They never play. I couldn't find a basic primer about setting up the SB3 to do this. I thought it was automatic.

Re: [slim] How to play 5.1 Flac files? SB3

2010-04-15 Thread Mnyb
They can not really *be* 5.1 FLAC i think flac supports 8 channels or what. One single spdif can only carry 2ch PCM stereo or a stream that is DTS or DD or mpeg Read the very long tread suggested by phil But if you are trying to play 5*24/48 lossles files you can give up now, the end result is

Re: [slim] How to play 5.1 Flac files? SB3

2010-04-15 Thread michael123
Just downmix with Sox, pass '-c2' Code: # FLAC output starts here flc flc * * # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d} [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -v0.995 --buffer 32768 -q -t wav - -t flac -C0 -b24 -c2 -r96000