我想构建一个 OSX 应用程序,将一些简单的 DSP 应用于所有音频。我从哪里开始?
我想构建一个位于 OSX 工具栏中的小实用程序应用程序,并允许用户对正在播放的任何音频应用一些 dsp(均衡等)。
例如,用户可以调整整体声音的均衡,无论音频在哪个应用程序中播放。
哪些库、API 允许我访问音频流?
这是我第一次为 OSX 编程,因此任何有关此主题的建议、陷阱帮助将不胜感激!
I want to build a little utility app that sits in the OSX tool bar and allows a user to apply a little dsp (equalization, etc.) to whatever audio is playing.
E.g., A user could adjust the equalization of the overall sound, regardless of what app the audio is playing in.
What Libraries, APIs, will allow me to tap into the audio stream?
This is my first time to program for OSX so any advice, help with gotchas, on this topic would be appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看音频单元。
AU Lab 可以配置为系统范围均衡器,与 Soundflower 结合使用。
Look into Audio Units.
AU Lab can be configured as a system-wide equalizer, when combined with Soundflower.