Is there a way to convert the iphone record .caf files to .mp3 or amr files? Because the caf file need to upload, and server part can't use this format. I am not familiar with audio processing. Here is my conclude :
The iphone sdk don't have a direct api to do this. We can only change the encoding format (AAC, IMA, iLBC, ALAC), see ACAudioFileConvert Demo. But it's still a caf file, I want to know if I can convert to mp3 by this.
Some guys suggest to use "LAME" api. Is anyone successful to use it in ios? Can anyone share a simple demo ? Someone said it may cause a licence issue ?
Can anyone give me any advice ? Sincere thanks!!!