Concentus 1.1.7
Install-Package Concentus -Version 1.1.7
dotnet add package Concentus --version 1.1.7
<PackageReference Include="Concentus" Version="1.1.7" />
paket add Concentus --version 1.1.7
#r "nuget: Concentus, 1.1.7"
// Install Concentus as a Cake Addin
#addin nuget:?package=Concentus&version=1.1.7
// Install Concentus as a Cake Tool
#tool nuget:?package=Concentus&version=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
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.0)
NuGet packages (4)
Showing the top 4 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 |
|
Rainbow.CSharp.SDK.WebRTC
Permits to manage WebRTC communications: Peer To Peer or in a Conference on Linux, MacOS and Windows using Rainbow environment (https://developers.openrainbow.com/home) Peer To Peer communication features: - Answer, Decline, Make, Retract, Hang up call - Add / Remove Video or Sharing - Mute / Unmute Audio, Video or Sharing - Call status: Ringing incoming, ringing outgoing, in progress, ... - Audio Stream: Output and Input are supported - Video Stream: Ouput is supported. Input is not supported (work still in progress) Conference features: - Start, Join Conference - Participants list - Publishers list - Mute / Unmute: current user but also other Peers if current user is a moderator of the conference - Call status: Ringing incoming, ringing outgoing, in progress, ... - Display Active Talker. Current user of this SDK is never seen as Active Talker (work still in progress) - Add / Remove Video or Sharing - Subscribe (automatically or manualy) to publiction of Peers (Video or Sharing) - Request / Refuse / Accept Sharing transfert - Conference delegation - Audio Stream: Output and Input are supported - Video Stream: Ouput is supported. Input is not supported (work still in progress) Samples avaialble here: https://github.com/Rainbow-CPaaS/Rainbow-CSharp-SDK-Samples/tree/master/WebRTC |
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
|
1.1.7 Including .Net 3.5 was a mistake as it becomes the default for everyone