That custom-convert.conf file looks a bit odd to me.

The normal format of the file would be:


Code:
--------------------
    
  flc flc * *
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -D -q -t wav - -t flac -e 
signed -C 0 -b 24 - gain -1 rate -v -I -b 98 88200 equalizer 58.0 7.05q -10
  
  flc pcm * *
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -D -q -t wav - -t flac -e 
signed -C 0 -b 24 - gain -1 rate -v -I -b 98 88200 equalizer 58.0 7.05q -10
  
  wav pcm * *
        # FT:{START=--skip=%t}U:{END=--until=%v}
        [flac] -dcs $START$ $END$ -- $FILE$ | [sox] -D -q -t wav - -t flac -e 
signed -C 0 -b 24 - gain -1 rate -v -I -b 98 88200 equalizer 58.0 7.05q -10
--------------------


With a line between each section and white space (a tab) to indent the
lines. I have no idea whether the format would make any difference to
how it works though.

Secondly, the 2nd and 3rd lines in each section are identical (in all
sections) and don't correspond to any of the first lines (which specify
the source and destination formats). The 3rd line expects wav input and
will output in flac format, i.e. "wav flc * * ".

Also I'm not sure about some of the detail, but I it is late for me so I
will reply again tomorrow.



Touch, Meridian G92, Meridian G55, PMC OB1i speakers, HP Proliant
Microserver/Ubuntu, PC/Windows 7, iPad 4, iPeng, Squeezepad.
------------------------------------------------------------------------
JohnB's Profile: http://forums.slimdevices.com/member.php?userid=31553
View this thread: http://forums.slimdevices.com/showthread.php?t=105093

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

Reply via email to