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.
QAudioBuffer播放声卡支持的格式的最佳方式是什么?我必须QIODevice手动创建一个并将其转换为原始数据还是有更好的方法?
QAudioBuffer
QIODevice
AQAudioBuffer是对 raw 的非常轻量级的句柄QByteArray。已经是原始数据了。您可以将其视为QByteArray附加了一些额外的信息字段。
QByteArray
您可以将 写入QAudioBuffer::data()返回QIODevice的QAudioOutput::start()。
QAudioBuffer::data()
QAudioOutput::start()