You can also pipe flac into sox. This way you can keep the ff/rew
functionality of the LMS flac binary.

You might try below example. I havn't tested it myself - I just put it
together.


Code:
--------------------
    
  
  flc flc * 00:00:00:00:00:00
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=-r %d}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -D -q -t wav - -t flac -e 
signed -C 0 -b 24 $RESAMPLE$ - equalizer 360 0.3 -6 equalizer 2750 0.3 +3
  
  
--------------------


In below example I updated your resampling approach. I use the newer
"rate" function and added my prefered resampling options for IMO best
quality results. 
I havn't tested below example either.


Code:
--------------------
    
  
  flc flc * 00:00:00:00:00:00
        # FT:{START=--skip=%t}U:{END=--until=%v}D:{RESAMPLE=rate -v -I -b 98 %d}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -D -q -t wav - -t flac -e 
signed -C 0 -b 24 - $RESAMPLE$ equalizer 360 0.3 -6 equalizer 2750 0.3 +3
  
  
--------------------



Good luck.



::: ' 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