exporting wav in mono
Posted: Fri Jun 17, 2011 1:21 am
How can I output mono Microsoft PCM.wav files per the VoiP phone system requirements below? - Audacity takes the mono track and makes it into a stereo wav file
Recording Voice Prompts
"When recording voice prompts, use 8kHz sampling, mono, and 16 bits per sample and save as Microsoft PCM .wav file.
To record your own prompts you might want to try Audacity. This is an open source application available for Mac OS X, Microsoft Windows, and GNU/Linux and it is used for music recordings. It represents a good mix between powerful features and high usability (i.e. it is simple to use). Normalizing the volume after recording will most likely improve your results. Audacity also provides a noise reduction capability that shall be recommended."
Recording Voice Prompts
"When recording voice prompts, use 8kHz sampling, mono, and 16 bits per sample and save as Microsoft PCM .wav file.
To record your own prompts you might want to try Audacity. This is an open source application available for Mac OS X, Microsoft Windows, and GNU/Linux and it is used for music recordings. It represents a good mix between powerful features and high usability (i.e. it is simple to use). Normalizing the volume after recording will most likely improve your results. Audacity also provides a noise reduction capability that shall be recommended."
Leland wrote:For you AVST users, it looks to me like you should be able to use plain old PCM WAV files. At least the (oldish) Automated Agent manual that I am looking at say that you can:
Recording Voice Prompts
Automated Agent prompts must be recorded and stored on disk as RIFF WAV
format files in the following audio formats:
• Linear PCM encoding, G.711 A-law, or G.711 μ-law
• 8.0 KHz (8,000 samples per second)
• 8 bits per sample
• Monaural
• No data compression applied
If that is still true, then you may be okay since PCM WAV files are not supposed to have the 2 extra bytes.
Leland