Qt 6.11 is out! See what's new in the release
blog
SupportedAudioCodecs() how to add codecs?
General and Desktop
2
Posts
2
Posters
1.5k
Views
1
Watching
-
Hello,
I am currently trying to work with QtMobility 1.2. It has an example called audiorecorder included (http://doc.qt.nokia.com/qtmobility/audiorecorder.html).
Right now the only codec available is audio/pcm. I would like to save files as *.mp3.
Any ideas on how i can get other codecs working with qt?thanks in advance
-
Here's one possible solution: http://qt-project.org/forums/viewthread/18960
I haven't looked at it in detail, but it sounds like the developer has found a way to use your OS's MP3 codec (LAME) in Qt. Check out his source code.