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" />
<PackageVersion Include="Concentus" Version="1.1.1" />
<PackageReference Include="Concentus" />
paket add Concentus --version 1.1.1
#r "nuget: Concentus, 1.1.1"
#addin nuget:?package=Concentus&version=1.1.1
#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 (8)
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 (6)
Showing the top 6 popular GitHub repositories that depend on Concentus:
Repository | Stars |
---|---|
morkt/GARbro
Visual Novels resource browser
|
|
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
|
|
stijnvdb88/Snap.Net
A cross-platform control client and player for https://github.com/badaix/snapcast
|
|
saul/demofile-net
Blazing fast cross-platform demo parser library for Counter-Strike 2 and Valve's Deadlock, written in C#.
|
|
Aiko-IT-Systems/DisCatSharp
Your library to write discord apps in C# with focus on always providing access to the latest discord features
|
Version | Downloads | Last updated |
---|---|---|
2.2.2 | 235,523 | 5/26/2024 |
2.2.1 | 37,318 | 5/7/2024 |
2.2.0 | 98,736 | 5/6/2024 |
2.1.2 | 1,053 | 5/4/2024 |
2.1.1 | 785 | 5/1/2024 |
2.1.0 | 704 | 4/30/2024 |
2.0.0 | 972 | 4/29/2024 |
1.1.7 | 568,099 | 7/14/2017 |
1.1.6 | 5,784 | 7/14/2017 |
1.1.5 | 1,252 | 7/11/2017 |
1.1.4 | 1,279 | 7/3/2017 |
1.1.3 | 4,456 | 10/3/2016 |
1.1.2 | 1,893 | 9/9/2016 |
1.1.1 | 1,854 | 8/4/2016 |
1.1.0 | 1,724 | 7/14/2016 |
1.0.0 | 1,339 | 7/10/2016 |
0.0.1 | 2,365 | 7/9/2016 |
v1.1.1 Performance optimizations and improvements to repacketizer API