I am using the f开发者_如何学JAVAollowing plugin: flowplayer.org/tools/scrollable.html I\'ve slightly customized it by removing the tabs, and using image buttons.
I want to record the user voice and then play it back after some time. Is there any way to do开发者_如何学Go this in Objective-C for iPhone?Use AVAudioRecorder for doing this. For more help see this
I am trying to setup a basic controller that will record user audio input(voice). However, the AVAudioRecorder\'s prepareToRecord method is failing and I can\'t figure out why.I have setup the audio s
Can anyon开发者_高级运维e point me to a tutorial or discussion that provides a clear-cut, full explanation of how to use the AVAudioRecorder method of recording audio in iPhone apps? Although I\'m new
I am using AVAudioRecorder to save an audio file every 15 seconds by stopping the recording appending that data to the previously recorder file using a NSMutableData object and using the appendData me