Here are MP3 and Ogg:


Code:
--------------------
    
  mp3 mp3 * 00:00:00:00:00:00
        # FB:{BITRATE=--abr %B}D:{RESAMPLE=--resample %D}
        [lame] --mp3input --decode --silent $FILE$ - | [sox] -q -t wav - -t wav 
- equalizer 99.6 2.70q +3.6 equalizer 283 1.00q -2.9 equalizer 2293 1.00q +1.4 
| [lame] --silent -q $QUALITY$ $RESAMPLE$ $BITRATE$ - -
  
  ogg ogg * 00:00:00:00:00:00
        # F
        [oggdec] -qo $FILE$ - | [sox] -q -t wav - -t ogg - equalizer 99.6 2.70q 
+3.6 equalizer 283 1.00q -2.9 equalizer 2293 1.00q +1.4
  
--------------------


You need all the [executable] files to be in your
"server\Bin\MSWin32-x86-multi-thread" folder: sox, lame, flac, oggdec.


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

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

Reply via email to