Top "Avaudiorecorder" questions

This tag should be used for questions related to the AVAudioRecorder class found in Apple's AVFoundation framework.

How can I record currently playing audio on the iPhone?

I'd like to record what the iPhone is currently outputting. So I'm thinking about recording audio from Apps like Music (…

iphone audio-recording avaudiorecorder
How to get AVAudioPlayer output to the speaker

I'm recording audio with AVAudioRecorder as seen in How do I record audio on iPhone with AVAudioRecorder? I then use …

iphone objective-c audio avaudioplayer avaudiorecorder
Proper AVAudioRecorder Settings for Recording Voice?

I am adding a voice memo capability using AVAudioRecorder and I need to know the best settings for the recorder …

iphone avaudiorecorder
How to record an audio file in .mp3 format?

I am using the following settings for recording audio file in .mp3 format using AVAudioRecorder. NSDictionary *recordSettings = [[NSDictionary alloc] initWithObjectsAndKeys: […

iphone objective-c audio core-audio avaudiorecorder
Recording audio in mp3 format in an iPhone app

I am developing an iPhone app which records the audio in .wav format. Here is the code: NSMutableDictionary* recordSetting = [[NSMutableDictionary …

iphone objective-c ios avaudioplayer avaudiorecorder
AVAudioRecorder throws errors

I use AVAudioRecorder to record, it worked fine on iOS 4 devices, but yesterday we found out recording is broken on …

iphone ios ios5 avaudiorecorder
How to increase volume of sound recorded using AVAudioRecorder

I am using the link mentioned below to record audio through my iPhone app: How do I record audio on …

iphone cocoa-touch ios4 avaudioplayer avaudiorecorder
how to record audio as mp3 file by using AvAudiorecorder

how to record audio as mp3 file by using AvAudiorecorder.i m using following code for recorder setting recordSetting1 = [NSDictionary …

iphone record avaudiorecorder
How to record the user voice in Objective-C for iPhone

I want to record the user voice and then play it back after some time. Is there any way to …

ios objective-c playback avaudiorecorder voice-recording
AVAudioSession Swift

I am trying to write a swift iOS app that will record the users voice. I have wrote the following …

ios swift avaudioplayer avaudiorecorder avaudiosession