If you don't mind resampling -all- FLAC to 24/48 and the Touch has a
fixed IP you can do this with SoX and a custom-convert.conf.  Having
said that I'll need to let someone with more expertise tell you how. 
It's going to look something like this:

Code:
--------------------
    
  flc flc * 00:00:00:00:00:01
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t flac -C 0 -b 
24 -r 48k -
--------------------


------------------------------------------------------------------------
Apesbrain's Profile: http://forums.slimdevices.com/member.php?userid=738
View this thread: http://forums.slimdevices.com/showthread.php?t=101717

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

Reply via email to