如何在 iPhone 中播放现场音频?
假设您想要准确地实时播放 iPhone 麦克风拾取的内容。将使用哪个框架/类?
Say you want to playback exactly what the iPhone mic is picking up in real-time. Which framework/class would be used?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您需要使用 Core Audio 框架。具体来说,请查看音频图、音频单元和 RemoteIO。有大量示例代码可供您入门。
You'll need to use the Core Audio framework for this. Specifically, look into audio graphs, audio units, and RemoteIO. Plenty of sample code for those to get you started.