Concentus 1.1.1
See the version list below for details.
dotnet add package Concentus --version 1.1.1
NuGet\Install-Package Concentus -Version 1.1.1
<PackageReference Include="Concentus" Version="1.1.1" />
paket add Concentus --version 1.1.1
#r "nuget: Concentus, 1.1.1"
// Install Concentus as a Cake Addin #addin nuget:?package=Concentus&version=1.1.1 // Install Concentus as a Cake Tool #tool nuget:?package=Concentus&version=1.1.1
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
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (9)
Showing the top 5 NuGet packages that depend on Concentus:
Package | Downloads |
---|---|
SIPSorcery
Real-time communications library with full support for the Session Initiation Protocol (SIP) and WebRTC. No wrappers and no native libraries required. |
|
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. The codec can optionally be accelerated by also referencing the Concentus.Native package. |
|
Concentus.OggFile.NetStandard
Package Description |
|
DisCatSharp.Experimental
DisCatSharp.Experimental Experimental changes for DisCatSharp. |
|
CSCore.Opus
OpusSource IWaveSource implementation for CSCore |
GitHub repositories (10)
Showing the top 5 popular GitHub repositories that depend on Concentus:
Repository | Stars |
---|---|
Ryubing/Ryujinx
Nintendo Switch emulator written in C#, originally created by gdkchan.
|
|
morkt/GARbro
Visual Novels resource browser
|
|
ryujinx-mirror/ryujinx
Hard-fork of the Ryujinx project
|
|
sipsorcery-org/sipsorcery
A WebRTC, SIP and VoIP library for C# and .NET. Designed for real-time communications apps.
|
|
not-nullptr/Aerochat
Native rewrite of Aerochat, a WLM 09 themed Discord client
|
Version | Downloads | Last updated |
---|---|---|
2.2.2 | 91,319 | 5/26/2024 |
2.2.1 | 14,325 | 5/7/2024 |
2.2.0 | 84,821 | 5/6/2024 |
2.1.2 | 424 | 5/4/2024 |
2.1.1 | 263 | 5/1/2024 |
2.1.0 | 186 | 4/30/2024 |
2.0.0 | 431 | 4/29/2024 |
1.1.7 | 537,618 | 7/14/2017 |
1.1.6 | 5,331 | 7/14/2017 |
1.1.5 | 1,101 | 7/11/2017 |
1.1.4 | 1,130 | 7/3/2017 |
1.1.3 | 4,153 | 10/3/2016 |
1.1.2 | 1,564 | 9/9/2016 |
1.1.1 | 1,696 | 8/4/2016 |
1.1.0 | 1,565 | 7/14/2016 |
1.0.0 | 1,192 | 7/10/2016 |
0.0.1 | 1,888 | 7/9/2016 |
v1.1.1 Performance optimizations and improvements to repacketizer API