reverber wrote: 
> So I gave up with 48k playing on my SB3.
> 
> I added the following to custom-convert.conf to convert everything to
> 44.1 k
> 
> > 
Code:
--------------------
  >   > flc flc * *
  > # FT:{START=--skip=%t}U:{END=--until=%v}
  > [sox] -q -t flac $FILE$ -t flac -C 0 - -b 16 -r 44100
--------------------
> > 
> 
> and yet when I play a 24/96 file...
> 
> # ps ax | grep sox
> 0:01 /usr/share/squeezeboxserver/Bin/i386-linux/sox -q -t wav - -t
> flac -C 0 -r 48000 -
> 
> Sorry, but it is *really* bugging me that this is not working as it
> should.
> 
> Cody

That's probably because the 96k track is higher than the max sample rate
of your DAC and it's using the transcode recipe, rather than your
recipe. Locate "flc flc transcode *" in convert.conf, and apply your
44k1 recipe to that as well.


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99619

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to