Concentus 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Concentus --version 1.1.0
                    
NuGet\Install-Package Concentus -Version 1.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Concentus" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Concentus" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Concentus" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Concentus --version 1.1.0
                    
#r "nuget: Concentus, 1.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Concentus&version=1.1.0
                    
Install Concentus as a Cake Addin
#tool nuget:?package=Concentus&version=1.1.0
                    
Install Concentus as a Cake Tool

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

There are no supported framework assets in this package.

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 231,882 5/26/2024
2.2.1 36,874 5/7/2024
2.2.0 98,642 5/6/2024
2.1.2 1,052 5/4/2024
2.1.1 783 5/1/2024
2.1.0 700 4/30/2024
2.0.0 964 4/29/2024
1.1.7 567,710 7/14/2017
1.1.6 5,751 7/14/2017
1.1.5 1,248 7/11/2017
1.1.4 1,275 7/3/2017
1.1.3 4,450 10/3/2016
1.1.2 1,879 9/9/2016
1.1.1 1,849 8/4/2016
1.1.0 1,720 7/14/2016
1.0.0 1,334 7/10/2016
0.0.1 2,354 7/9/2016

Porting the Speex resampler from opus-tools so it can be generally available