Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的要求是从机器捕获声音并通过通道瞬时发送声音缓冲区,这样我就可以同时在远程机器上播放声音。我必须在 QT 框架中开发它。我是 QT 框架的新手。
是否可以使用可用的 QT 类(QAudioDeviceInfo、QAudioInput、QAudioOutput 和 Phonon 等)
如果可能,请分享一些对我有很大帮助的示例代码
请看qt给出的频谱分析仪示例
http://labs.qt.nokia.com/2010/05/18/qtmultimedia-in-action-a-spectrum-analysisr
http://doc.qt.nokia.com/4.7-snapshot/demos-spectrum.html