could you point me to docs/snippets/blogs, which explain
how to record Apple lossless audio files on the iPhone, please?
I’ve inspected the audio recorder example from the Apple
Dev Center, but couldn’t figure out, which setting I have
use for lossless audio.
Regards,
Stefan
The iPhone OS supports recording a .caf file using a number of different compressed audio encoding formats:
Apple Lossless – kAudioFormatAppleLossless
iLBC (Internet Low Bitrate Codec) – kAudioFormatiLBC
IMA/ADPCM (aka IMA4) – kAudioFormatAppleIMA4
µLaw – kAudioFormatULaw
aLaw – kAudioFormatALaw
You’ll definitely want to read the Audio Queue Services Programming Guide