监听麦克风 IO 端口活动的声音接口?
由于有如此多的开源:
是否有 C++ 库可能已内置并运行麦克风端口监听功能:
不得不问,因为这是现代世界的本质,所以已经做了很多工作。我还有一大堆其他声音事情要做,QT IDE 看起来像是一个起点,它有一堆可爱的库,具有广泛的功能
谢谢*问候 德 洛杉矶
Since so much open source is out there:
Are there C++ libraries which might have the Microphone Port listening functionality already built in and working:
Had to ask because that is the nature of the modern world so much has already been done. i have a whole bunch of other sound things to do And the QT IDE looks like the place to start, it cane with a bunch of lovely libraries with a wide range of functionality
Thanks * Regards
TheD
Los Angeles
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
许多音频库可以输入来自各种不同来源的声音。 PortAudio 是一个非常流行的支持多个平台的开源库。 Qt 还提供了自己的跨平台音频功能。
Many audio libraries are available that can input sound from a variety of different sources. A very popular open source library that supports multiple platforms is PortAudio. Qt also provides its own cross-platform audio functionality.