Hi guys.

For now I gave up on doing SRC on wav and pcm. 
I also tried "flac pcm" + SRC.  
Non of them I managed to get working so far.

Meanwhile I have converted my entire collection to flac.

This led to below working solution:

This is an adaptation from here:
http://forums.slimdevices.com/showpost.php?p=471468&postcount=24

/etc/squeezeboxserver/custom-convert.conf

Code:
--------------------
    
  flc flc * *
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dc --totally-silent $START$ $END$ -- $FILE$ | [sox] -D -q -t 
wav - -t flac -C0 -b24 - rate -v -s -M -a 88200
  
  flc flc transcode *
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dc --totally-silent $START$ $END$ -- $FILE$ | [sox] -D -q -t 
wav - -t flac -C0 -b24 - rate -v -s -M -a 88200
  
--------------------



As you can see I transform 44.1 into 88.2, which is preferable over
44.1/96 and I also changed some of the SRC options.



There is no need to do volume control here since we go from 16 to
24bits.

Dither is also turned off.


Check it out!


Would be nice if separate passthrough rules for 88.2 an 96 material
could be configured. Does anybody have any ideas how to do that?


Enjoy.


-- 
soundcheck

'soundcheck's au...@vise - Squeezebox Touch Modification Blog'
(http://soundcheck-audio.blogspot.com/p/squeezebox-touch-great-base-for-network.html)
------------------------------------------------------------------------
soundcheck's Profile: http://forums.slimdevices.com/member.php?userid=34383
View this thread: http://forums.slimdevices.com/showthread.php?t=80903

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

Reply via email to