Decoding of opus data using the native opus decoder is broken, a simple FFPMEG test easily reveals that: ``` ffmpeg -c opus -i gs-16b-2c-44100hz.opus test.wav ``` where the opus file is taken from here: https://dl.espressif.com/dl/audio/gs-16b-2c-44100hz.opus and the latest FFPMEG RPM (4.2.2-2) which is configured to use an external OPUS library is used. Full story is here: https://github.com/bitwiseworks/qtwebengine-chromium-os2/issues/24#issuecomment-736854688.
Decoding of opus data using the native opus decoder is broken, a simple FFPMEG test easily reveals that:
where the opus file is taken from here: https://dl.espressif.com/dl/audio/gs-16b-2c-44100hz.opus and the latest FFPMEG RPM (4.2.2-2) which is configured to use an external OPUS library is used.
Full story is here: bitwiseworks/qtwebengine-chromium-os2#24 (comment).