iOSMp3Recorder icon indicating copy to clipboard operation
iOSMp3Recorder copied to clipboard

Problem with MPEG4AAC audio format

Open gdg87 opened this issue 11 years ago • 0 comments

Hi, if i record with audio format MPEG4AAC the encoding doesn't work. This is my recording settings dictionary

NSDictionary *recordSettings = [NSDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithInt:kAudioFormatMPEG4AAC], AVFormatIDKey, [NSNumber numberWithInt:AVAudioQualityLow], AVEncoderAudioQualityKey, [NSNumber numberWithInt: 1], AVNumberOfChannelsKey, [NSNumber numberWithFloat:22050.0f], AVSampleRateKey, nil];

I need this settings because only this work with iPad Air.

gdg87 avatar Sep 29 '14 10:09 gdg87