GUI Report post Posted 04/14/2005 10:03 PM Hi, I've got the enterprise version and want to save customer enquiries as mp3 files using the record module. The default is wav.file. Can this be changed? Share this post Link to post
Guest CanStringCan Report post Posted 04/14/2005 10:56 PM Get lame32.exe which does the compression. I use the -m m -b 8 command params, which encode mono @8kb this results in pretty small mp3s, ok quality for phone. All you need to do is run the exe like this c:\[lame directory]\lame.exe -m m -b 8 [source file location] [destination file location] Maybe asign this string to an $RV, and use that in the run module. I tend to write a small external application, because I like to monitor the lame.exe, incase it hangs Share this post Link to post