INTERACT FORUM

More => Old Versions => Media Jukebox => Topic started by: dove_g on April 14, 2002, 01:42:26 am

Title: Two command lines = two .exe
Post by: dove_g on April 14, 2002, 01:42:26 am
Hi.
My question was about how to record 48kHz in MediaJukebox, nobody have answer for that.  No matter, I have my way out.
Only one problem is now beacase for that I need to use two programs to get correct mp3, firstly SOX (wav to raw converter):

SOX %IN -t %OUT

and then
LAME -r -x -s48 --resample 44.1 %IN %OUT
to get mp3

Does anybody know if it is posibble to make some script which first call one program which converts wav recorded in MediaJukebox to PCM RAW file and after that this file send to LAME encoder?

Thank you for help.