Tagged Questions
5
votes
4answers
6k views
How do I use afconvert to convert all the files in a directory from wav to caf?
I have a directory with about 50 wav files that I need to convert to caf, because AudioServicesCreateSystemSoundID() returns an error for some of them (but not all).
Here's an example of the command ...
0
votes
1answer
2k views
Error converting wav to caf for the iPhone using afconvert
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.
...