OpusDotNet 1.0.3
An easy-to-use library for encoding and decoding 16-bit audio using the Opus Audio Codec. NOTE: This library is a wrapper around the official libopus, and does not contain code for parsing .opus container files.
Install-Package OpusDotNet -Version 1.0.3
dotnet add package OpusDotNet --version 1.0.3
<PackageReference Include="OpusDotNet" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpusDotNet --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Added improved encode and decode methods. IMPORTANT: Deprecated the old encode and decode methods.
Dependencies
-
- OpusDotNet.opus.win-x64 (>= 1.3.1)
- OpusDotNet.opus.win-x86 (>= 1.3.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.