In my iPho开发者_运维知识库ne application, i am recording voice of user and saving it in device.
I am having trouble getting an accurate meter reading from the AVAudioRecorder (testing on iPad). It seems to work fine while the volume is rising, however a delay happens when the volume drops. For
My delegate methods audioRecorderDidFinishRecording and audioPlayerDidFinishPlaying are not bein开发者_StackOverflowg called. Those methods should trigger a \'stopanimation` method that stops an anima
I\'m developing an iPhone 3.1.3 app. I have the following code in viewDidLoad method: NSURL *url = [NSURL fileURLWithPath:@\"/dev/null\"];
I have an app that requires that the user record their own message to be played back at some future time.My intent was to do that using UILocalNotification.Unfortunately, it seems that the sound assoc
I am recording audio using AVAudioRecorder and the file is too big. Like 20 seconds, comes out to be 1.2mb? How c开发者_高级运维an I make it smaller?
I\'m aware that there are several threads with the same problem, but i haven\'t been able to开发者_运维技巧 make their solution work. I ended up creating this class:
I\'m working on a project on the iPhone where I\'m recording audio from the device mic using AVAudioRecorder, and then will be manipulating the recording.
I do not want any code but want to get a reference about my question mentioned below... There is background music available and there is recording option in my app...
I am recording voice on iPhone using AVAudioRecorder and these are my recorder settings: NSMutableDictionary* rec开发者_运维技巧ordSetting = [[NSMutableDictionary alloc] init];