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@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to