Audio decoding for Android
-
Hello guys,
I need to decode mp3 and vorbis files to do audio normalization but i've seen there
https://wiki.qt.io/Qt_5.7_Multimedia_Backends#Supported_audio_decoding_features_by_backend
that audio decoding isn't supported on android.
Is there a way to make it work ?
Worst case scenario I could write my own vorbis file decoder but mp3 files are more tricky.Thanks
edit:
I don't really get how audio decoding isn't working on android with qt. OpenSL ES is the audio backends and it supports audio decoding.
From here https://developer.android.com/ndk/guides/audio/opensl-for-android.html
and https://developer.android.com/guide/topics/media/media-formats.html#audio-formats
i can see that mp3 and vorbis files are supported -
HI,
IIRC, the media player might support playing them. Can you check that ?
As for the state, it might be just be in a "not yet implemented" state.