Hi,
I am recording audio on the iPhone to a CAF file with kAudioFormatiLBC, the recording works fine.
I want to be able to take a sample and also get it to convert to other formats after I have uploaded it to by ruby on rails webservice.
I am trying to use sox but get:
sox in.caf out.mp3
sox FAIL formats: can't open input file `in.caf': Supported file format but unsupported encoding.
Similar with ffmpeg I get:
Unable to find a suitable output format for 'in.caf'
Any ideas?
Thanks