Concentus 1.1.7
This package is a pure portable C# implementation of the Opus audio compression codec (see https://opus-codec.org/ for more details). This package contains the Opus encoder, decoder, multistream codecs, repacketizer, as well as a port of the libspeexdsp resampler. It does NOT contain code to parse .ogg or .opus container files or to manage RTP packet streams
Install-Package Concentus -Version 1.1.7
dotnet add package Concentus --version 1.1.7
<PackageReference Include="Concentus" Version="1.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Concentus --version 1.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
1.1.7 Including .Net 3.5 was a mistake as it becomes the default for everyone
Dependencies
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.0)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Concentus:
Package | Downloads |
---|---|
Concentus.OggFile
This package implements file streams which can be used to extract or encode Opus packets in an Ogg-formatted audio file (usually .opus), giving developers a very simple API to perform the task of reading or writing audio files that can be played universally. The Concentus library is used to encode/decode the opus packets automatically, with no C++ interop required.
|
|
Concentus.OggFile.NetStandard
Package Description
|
|
CSCore.Opus
OpusSource IWaveSource implementation for CSCore
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Concentus:
Repository | Stars |
---|---|
Ryujinx/Ryujinx
Experimental Nintendo Switch Emulator written in C#
|
|
morkt/GARbro
Visual Novels resource browser
|