Skip to content

v1.0.4 Release

Choose a tag to compare

@SineVector241 SineVector241 released this 26 Jun 02:21
· 146 commits to master since this release
ae60604

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.