如何使用 QtMultimedia 在 MP3 中转换 WAV?
有一些特定的类用于读取 WAV 和写入 MP3 文件吗?
As far as I know there is no MP3 encoder packaged with Qt. You'll have to use an external library.
Edit: this is confirmed by this thread at least as far as Qt4 is concerned (no idea about Qt5 though but I suspect it's the same).