- Fix Windows JNI library loading failure (
opus_jni.dllrenamed tolibopus_jni.dllto match build output) (#5, #6)
- Kotlin and library dependency updates
- Multi-channel audio:
OpusMultistreamEncoder/OpusMultistreamDecoderfor 5.1/7.1 surround sound - Spatial audio:
OpusProjectionEncoder/OpusProjectionDecoderfor ambisonics - Packet loss handling: PLC support in
OpusDecoder(passnullto generate concealment audio) - 24-bit audio:
encode24()/decode24()methods for higher precision - Packet utilities:
OpusPacketfor inspection,OpusRepacketizerfor merging/splitting packets - kopus-full artifact: New variant with DRED, OSCE, and QEXT neural network extensions
- Opus 1.6 -> 1.6.1
- Kotlin and library dependency updates
- Opus 1.5.2 -> 1.6
- Kotlin and library dependency updates
- Initial release of Kopus
- Kotlin Multiplatform wrapper for the Opus audio codec (v1.5.2)