Details
-
Suggestion
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.0
Description
Hi,
In Qt5, QAudioformat has a setCodec() method, allowing to use MP3 or ogg in projects.
Qaudioinput in Qt6 is limited to PCM, a use case for example is to record to a QBuffer with a compressed format, and send the recording through network, without using the file system (saving locally to a file).