views:

987

answers:

1

Here's the command I'm typing in a Terminal window:

afconvert -f caff -d LEI16@44100 -c 1 buzzer.wav buzzer.caf
Error: ExtAudioFileOpenURL failed ('dta?')

Notice that buzzer.wav is my sound file.

What's wrong? How should I do the conversion?

+2  A: 

Not all wave (.wav) files are alike. Some are actually some unrecognized file format. What fixed it for me was to open the file in Audacity and then export the sound in wave format; then use afconvert.

Elliot
Same here: open wav and export as wav!
JOM