Concentus.OggFile
1.0.3
See the version list below for details.
dotnet add package Concentus.OggFile --version 1.0.3
NuGet\Install-Package Concentus.OggFile -Version 1.0.3
<PackageReference Include="Concentus.OggFile" Version="1.0.3" />
paket add Concentus.OggFile --version 1.0.3
#r "nuget: Concentus.OggFile, 1.0.3"
// Install Concentus.OggFile as a Cake Addin #addin nuget:?package=Concentus.OggFile&version=1.0.3 // Install Concentus.OggFile as a Cake Tool #tool nuget:?package=Concentus.OggFile&version=1.0.3
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.
Learn more about Target Frameworks and .NET Standard.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- Concentus (>= 1.1.7)
- Microsoft.NETCore.Platforms (>= 1.0.1)
- NETStandard.Library (>= 1.6.0)
- System.Collections (>= 4.0.11)
- System.Diagnostics.Debug (>= 4.0.11)
- System.Diagnostics.Tools (>= 4.0.1)
- System.Globalization (>= 4.0.11)
- System.IO (>= 4.1.0)
- System.Linq (>= 4.1.0)
- System.Linq.Expressions (>= 4.1.0)
- System.Net.Primitives (>= 4.0.11)
- System.ObjectModel (>= 4.0.12)
- System.Reflection (>= 4.1.0)
- System.Reflection.Extensions (>= 4.0.1)
- System.Reflection.Primitives (>= 4.0.1)
- System.Resources.ResourceManager (>= 4.0.1)
- System.Runtime (>= 4.1.0)
- System.Runtime.Extensions (>= 4.1.0)
- System.Text.Encoding (>= 4.0.11)
- System.Text.Encoding.Extensions (>= 4.0.11)
- System.Text.RegularExpressions (>= 4.1.0)
- System.Threading (>= 4.0.11)
- System.Threading.Tasks (>= 4.0.11)
- System.Xml.ReaderWriter (>= 4.0.11)
- System.Xml.XDocument (>= 4.0.11)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Concentus.OggFile:
Package | Downloads |
---|---|
DisCatSharp.Experimental
DisCatSharp.Experimental Experimental changes for DisCatSharp. |
|
CSCore.Opus
OpusSource IWaveSource implementation for CSCore |
GitHub repositories
This package is not used by any popular GitHub repositories.
v1.0.3 Fixing a bug where frame size is miscalculated when decoder is less than 48khz