如何从 Macbook 麦克风获取音频数据?
我正在寻找编写一个小型音频处理程序,并且我需要某种方法来从 Macbook 中的麦克风获取音频输入。
缓冲区轮询?通知?我应该注意什么类/框架?
I am looking to write a small audio processing program, and I need some way to get audio input from the microphone in a Macbook.
Buffer polling? Notifications? What class/framework should I be aware of?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最简单的方法之一是使用音频队列。它相当抽象,有相当多的 doco 和示例,比深入研究音频单元和核心音频的深度更简单。
此处是官方链接。
one of the easiest ways is with audio queues. its fairly abstracted, with a fair bit of doco and examples, simpler than delving into audio units, and the depths of core audio.
here is the official link.
使用核心音频:http://developer. apple.com/mac/library/documentation/MusicAudio/Conceptual/CoreAudioOverview/Introduction/Introduction.html
Use Core Audio: http://developer.apple.com/mac/library/documentation/MusicAudio/Conceptual/CoreAudioOverview/Introduction/Introduction.html