Try incorporating that FLAC decode step into your conversion.  I think
the contents of your custom-convert.conf would look something like
this:


Code:
--------------------
    flc pcm * 00:00:00:00:00:00
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -q -t wav - -t wav -b 16 -r 
44100 -
  
--------------------


Or


Code:
--------------------
    flc pcm * 00:00:00:00:00:00
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dcs --force-raw-format --endian=little --sign=signed $START$ 
$END$ -- $FILE$ | [sox] -q -t wav - -t wav -b 16 -r 44100 -
  
--------------------


It's been a while and that may not be right, so you may need to
experiment.  The "00:00:00:00:00:00" should be replaced with the MAC
address of your SB1.


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

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

Reply via email to