Convert wav file to caf file Mac
Hi all, Here is a command which you can use on the mac to convert a wav file to caf file. afconvert -f caff -d LEI16@44100 -c 1 inputMusic.wav outputMusic.caf Here is the Link to Stack Overflow thread where I found this from :)