[Interest] Qt6 porting guidance: QSound? QAudioFormat: endian, codec?

David M. Cotter dave at kjams.com
Mon Aug 9 21:09:35 CEST 2021


> As mentioned, in Qt6 Beta2 there's no way to set a specific format to decode in (other than that of the encoded file).
yes, i got that.

my audio pipeline expects a very specific format, and can't handle other formats.  the source mp3s come from a random assortment from the user, which i have no control over.

what i'm asking is if there is a way, in Qt6, AFTER we have PCM data in whatever random format, to conform it to another, specific format?

is there a QAudioFormatConverter or something?

if not, honestly, QAudioDecoder is useless.

-dave


More information about the Interest mailing list