VoiceGuide IVR Software Main Page
Jump to content

Save As Mp3

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×