Zultys Audio Conversion Via Sox
Posted by Michael Mon, 02 Apr 2007 09:35:27 GMT
Zultys auto attendants need an 8bit Mono U-law format wav file. Most recording software will give you a stereo 16bit format at the very least. To convert via sox (available for Unix machines including Macs) simply do:
sox -c 2 Audio.wav -c 1 -r 8000 -U Audio2.wav
