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.
我已经根据此处QAudioOutput文档中的示例实现了一个简单的 Qt 程序。
QAudioOutput
QAudioOutput当我按下按钮时,程序会使用文件播放原始音频。
音频播放正常,但我Got a buffer underflow!在文件末尾收到,然后QAudioOutput更改为空闲状态。
Got a buffer underflow!
这是QAudioOutput已经到达文件末尾的正常指示,我应该忽略它,或者这是QAudio超出文件末尾的指示,我应该以某种方式解决它?
QAudio