开发者

Tutorial to record audio on the iphone?

开发者 https://www.devze.com 2023-01-15 21:31 出处:网络
could anyone explain how to record audio on the iphone. I already read the sampleProject of the 开发者_开发问答developer-page. Moreover the documentation didn\'t quite answered my question.

could anyone explain how to record audio on the iphone. I already read the sampleProject of the 开发者_开发问答developer-page. Moreover the documentation didn't quite answered my question.

It would be great to have a kind of checklist how to implement a simple audiorecorder.

Thanks!!!


There is already one as a sample app. Check "Speak Here" that app records and play sounds. Is a low level sample for CoreAudio.Framework

But if you prefer something newer (and probably better for your needs) check for AVFoundation.framework I am sure there are new APIs in iOS 4.0 that allow to capture sounds like AVCapture, AVInputDevice, etc.

Cheers

0

精彩评论

暂无评论...
验证码 换一张
取 消