[Development] How to support wav format in Qt6.2.4 on Win?

Lorn Potter lorn.potter at gmail.com
Thu Dec 22 01:26:19 CET 2022


Hi,

I believe that would be a bug, as I checked on Linux and Wave is listed 
in supported codecs.

It would have a better chance of being fixed If you could report it here:

https://bugreports.qt.io


On 20/12/2022 5:56 pm, rynn.chen wrote:
> Hello,
>
> I created an application with Qt6.2.4 on win 11, I want record audio 
> with QMediaRecorder
> and save it as a wav format, but find that the supported formats do 
> not include the wave format.
>
> By default Qt uses Windows Media Foundation backend on win, which does 
> support PCM
> audio in WAV containers, why wave format doesn't seem to be mentioned 
> in the windows
> platform plugin?
>
> supported codecs:
> ------------------------------------------------------
> "Free Lossless Audio Codec (FLAC)"
> "Advanced Audio Codec (AAC)"
> "MP3"
> "Dolby Digital (AC3)"
> "Windows Media Audio"
> "Apple Lossless Audio Codec (ALAC)"
> "MPEG-4 Audio"
>
> supported file formats:
> ------------------------------------------------------
> "Free Lossless Audio Codec (FLAC)"
> "MPEG-4 Video Container"
> "Windows Media Video"
> "AAC"
> "MP3"
> "Windows Media Audio"
>
>
> Thanks.
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> https://lists.qt-project.org/listinfo/development
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20221222/d8fd1de3/attachment.htm>


More information about the Development mailing list