Below should do:


Code:
--------------------
    
  flc flc * 00:00:00:00:00:0
  # F
  [sox] -D -q -t flac $FILE$ -t flac -e signed  -C 0 -b 24 - treble -3
  
--------------------


Obviously you can also use IP addresses instead of MAC.

After doing DSP I always stay with 24bit (-b 24) on the output to
minimize rounding losses and to avoid dither (-D) . 
When it comes to flac compression, stay with the lowest compression
level "-C 0" . The difference in size compared to higher compression
levels can be neglected.

Note: By going above route instead of piping the LMS specific/patched
flac output into sox you loose fastforward and rewind functionality!

Hint. You might want to copy the platform sox binary into the LMS
folder. Usually its newer and sometimes even optimized/compiled for your
platform.



::: ' Touch Toolbox and more' (http://soundcheck-audio.blogspot.com) :::
by soundcheck
------------------------------------------------------------------------
soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=104868

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

Reply via email to