soundcheck wrote: 
> Try this:
> 
> The file needs to be called :
> 
> custom-convert.conf
> 
> The custom-convert.conf overrides convert.conf. 
> 
> It just has to have these 3 lines
> 
> > 
Code:
--------------------
  >   > 
  > flc flc * *
  > # FT:{START=--skip=%t}U:{END=--until=%v}
  > [flac] -dcs $START$ $END$ -- $FILE$  |  [sox] -D -q -t wav - -t flac -e 
signed  -C 0 -b 24 - rate -v -I -a -b 98 96000 
  > 
--------------------
> > 
> 
> 
> inside for flac only resampling. You can play with the resampling
> options. I think above is close to what John suggested earlier.
> 
> You might realize that I output a 24bit (-b 24)  stream. That's
> important to avoid additional dithering, when feeding 16 bit material.
> 
> We need to recode to flac again since bit and sample rate changes can
> not be streamed as PCM, which is a weakness
> of the LMS server. 
> 
> You 
> 
> 1. need to restart the server to activate above changes and 
> 2. you have to make sure you've got flac flac decoding activaded in
> advanced server settings / file formats.
> Under flc/flc you'll see the option showing flac/sox. All options
> above need to be disabled! 
> 
> 
> You'll find more in depth infos 'here'
> (http://soundcheck-audio.blogspot.de/2011/04/tt-resampling.html).
> 
> 
> Good luck.

Cheers - it doesn't want to work at 352.8 or 384kHz, which is what I
need to bypass the digital filters of my PCM5102 chip :-(




------------------------------------------------------------------------
bennyboyph's Profile: http://forums.slimdevices.com/member.php?userid=43607
View this thread: http://forums.slimdevices.com/showthread.php?t=99088

_______________________________________________
audiophiles mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/audiophiles

Reply via email to