Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with MPEG4AAC audio format #3

Open
gdg87 opened this issue Sep 29, 2014 · 0 comments
Open

Problem with MPEG4AAC audio format #3

gdg87 opened this issue Sep 29, 2014 · 0 comments

Comments

@gdg87
Copy link

gdg87 commented Sep 29, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant