I experimented with the codec_opus package and noticed that libopus is statically compiled into the .so files. This seems to be version 1.2.1, which is pretty outdated (2017).
The newer versions have some features/fixes that would be good to have:
- Bandwidth detection fixes
- Security/hardening improvements
- Improved tuning of the Opus in-band FEC (LBRR).
- Improved tuning and various fixes to DTX
See the full release-notes on https://opus-codec.org/.
Would it be possible to rebuild the packages, or if possible make them dynamically linked so any compatible version can be used? (Or better yet, open-source the code?)