Converting prompts on an Mac for use with UCCx

If you have a MacBook, keep reading, otherwise this may not interest you.
In addition to creating temporary prompt files from the command line on your Mac, you can also convert incompatible prompt files quickly and easily from the command line.
afconvert -d ‘ulaw@8000’ -f ‘WAVE’ {source file name} {destination file name}

For example, to convert HelpDesk.mp3 to the compatible uLaw format, the following command would be executed from the directory containing HelpDesk.mp3.

afconvert -d ‘ulaw@8000’ -f ‘WAVE’ HelpDesk.mp3 HelpDesk.wav