avaudiorecorder
Jquery Scrollable Customized - Errors
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.[详细]
2022-12-16 20:19 分类:问答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 do开发者_如何学Go this in Objective-C for iPhone?Use AVAudioRecorder for doing this. For more help see this[详细]
2022-12-15 05:55 分类:问答Why is AVAudioRecorder prepareToRecord Failing?
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[详细]
2022-12-10 16:56 分类:问答iPhone AVAudioRecorder Guide?
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[详细]
2022-12-08 19:46 分类:问答Combining Audio Files as One Properly on iPhone with NSData
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[详细]
2022-12-08 15:08 分类:问答