iPhone SDK:记录 iPhone 发出的声音
我正在开发一个鼓应用。
在许多其他应用程序中,我看到录音机习惯于录制鼓声并稍后对其进行采样。
我如何制作和/或使用这样的录音机?
注意:我正在使用 AudioServices 来播放声音。
I'm developing a drum app.
In many other apps, I saw a recorder getting used to record the drum sounds and sample them later.
How can I make and/or use such recorder?
Note: I'm using AudioServices to play the sounds.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能想阅读 AVFoundation;您可以使用它作为录制音频和视频的方法。
You might want to read up on AVFoundation; you can use it as a means to record audio and video.
iPhone for Programmers: An App-Driven Approach 一书中提到了 AVAudioRecorder,并在示例 VoiceRecorder 中提供了源代码。
http://www.deitel.com/bookresources/iPhoneFP/UpdatedExamples.zip
AVAudioRecorder is mentioned in the book iPhone for Programmers: An App-Driven Approach with source code in the example VoiceRecorder.
http://www.deitel.com/bookresources/iPhoneFP/UpdatedExamples.zip