Re: [Asterisk-Users] Help using wav files for IVR

2005-04-07 Thread beonice
--- "trixter http://www.0xdecafbad.com"; <[EMAIL PROTECTED]> wrote: > This script does mp3-> wav -> gsm, if you omit the > first part it should > work for you. requires mpg123 and sox for wav->gsm > conversion and > mp3-decoder to start from mp3. > > > will process all .mp3 files in the current

Re: [Asterisk-Users] Help using wav files for IVR

2005-04-07 Thread trixter http://www.0xdecafbad.com
This script does mp3-> wav -> gsm, if you omit the first part it should work for you. requires mpg123 and sox for wav->gsm conversion and mp3-decoder to start from mp3. will process all .mp3 files in the current directory.. #!/bin/sh for i in *.mp3; do file=`echo $i | sed -e s/\.mp3$//g` mp

Re: [Asterisk-Users] Help using wav files for IVR

2005-04-07 Thread Bill Ford
Audacity, for editing and converting audio files can be found here: http://audacity.sourceforge.net/ On Apr 7, 2005 12:09 AM, BJ Weschke <[EMAIL PROTECTED]> wrote: > http://www.voip-info.org/wiki-Asterisk+sound+files > > On Apr 7, 2005 12:39 AM, beonice <[EMAIL PROTECTED]> wrote: > > Hi, all. >

Re: [Asterisk-Users] Help using wav files for IVR

2005-04-06 Thread BJ Weschke
http://www.voip-info.org/wiki-Asterisk+sound+files On Apr 7, 2005 12:39 AM, beonice <[EMAIL PROTECTED]> wrote: > Hi, all. > > We needed to add a few custom menus to the IVR, so got > some recordings done professionally over the past > week. Now, the files (very good sound quality) have > been del

[Asterisk-Users] Help using wav files for IVR

2005-04-06 Thread beonice
Hi, all. We needed to add a few custom menus to the IVR, so got some recordings done professionally over the past week. Now, the files (very good sound quality) have been delivered to us, in .wav format. From googling at the digium site, I'm seeing that people in the past have successfully used wa