Releases: AvionBlock/OpusSharp
Releases · AvionBlock/OpusSharp
v1.6.1
- iOS and WASM builds mentioned in README.md.
- Usage of
[LibraryImport]for NET8.0+. - Support NETStandard2.0.
__Internal__changed to__Internal.
What's Changed
- Update from master. by @SineVector241 in #33
- Add iOS static library support to build workflow by @katruud in #34
- Sanitize symbols to avoid Unity symbol conflicts in iOS by @katruud in #35
- Update From Master. by @SineVector241 in #36
- v1.6.1 by @SineVector241 in #37
New Contributors
Full Changelog: v1.6.0...v1.6.1
v1.6.0
v1.5.7
https://www.nuget.org/packages/OpusSharp/
Supports static library references.
v1.5.4
v1.0.4 Release
First release of OpusSharp.
Included:
- OpusInfo
- OpusDecoder
- OpusEncoder
- OpusException
- OpusMSDecoder
- OpusMSEncoder
- Repacketizer
Included Binaries:
- Windows
- x64
- x86
- arm32
- arm64
- Android
- arm64-v8a
- armeabi-v7a
- x86
- x86_64
- iOS
- arm64
- armv7
- armv7s
- i386
- x86_64
- Linux
- x64
Known Bug:
OpusDecoder.Parse(byte[] data, out byte out_toc, out byte[] frames, out short[] size, out int payloadOffset); throws System.NotImplementedException to protect the application from getting a System.EngineExecutionException fatal crash.
Planned:
Implement DredDecoder.