Notes
- Fixed a critical bug where the opus_ms_encoder_ctl and opus_ms_decoder_ctl would not correctly statically link in iOS and WASM builds.
- Forgot to make a release for v1.6.6 but it's fine.
What's Changed
- fix: resolve OPUS_BAD_ARG on ARM64 Apple Silicon due to variadic CTL calling convention by @katruud in #48
- fix: correct OpusCompile workflow for shim linking on Windows and Linux x86 by @katruud in #49
- Update from master. by @SineVector241 in #50
- Fuck by @SineVector241 in #51
- fix: export opus and shim symbols from Windows DLL by @towneh in #53
- fix: link libm in Android shim build to resolve missing math symbols by @towneh in #54
- fix: drop -Wl,--no-undefined from Android shim build by @towneh in #55
- Add browser WebAssembly native support by @lil-jon-crunk in #56
- Merge From Master. by @SineVector241 in #57
- Things are working. by @SineVector241 in #58
- Fix bug with Static by @lil-jon-crunk in #59
- Merge pull request #58 from AvionBlock/dev by @SineVector241 in #60
- v1.6.7 update. by @SineVector241 in #61
New Contributors
Full Changelog: v1.6.5...v1.6.7