Concentus.OggFile 0.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Concentus.OggFile --version 0.0.4
NuGet\Install-Package Concentus.OggFile -Version 0.0.4
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.OggFile" Version="0.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Concentus.OggFile --version 0.0.4
#r "nuget: Concentus.OggFile, 0.0.4"
#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.
// Install Concentus.OggFile as a Cake Addin
#addin nuget:?package=Concentus.OggFile&version=0.0.4

// Install Concentus.OggFile as a Cake Tool
#tool nuget:?package=Concentus.OggFile&version=0.0.4

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. It uses the Concentus library to encode/decode the audio packets automatically, with no native C++ interop required

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Concentus.OggFile:

Package Downloads
CSCore.Opus

OpusSource IWaveSource implementation for CSCore

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Concentus.OggFile:

Repository Stars
morkt/GARbro
Visual Novels resource browser
stakira/OpenUtau
Open singing synthesis platform / Open source UTAU successor
Azure-Samples/Cognitive-Speech-TTS
Microsoft Text-to-Speech API sample code in several languages, part of Cognitive Services.
stijnvdb88/Snap.Net
A cross-platform control client and player for https://github.com/badaix/snapcast
Version Downloads Last updated
1.0.4 95,066 3/7/2019
1.0.3 9,972 12/22/2017
1.0.1 3,663 2/24/2017
1.0.0 2,227 10/3/2016
0.0.4 1,546 10/3/2016
0.0.3 1,381 10/2/2016
0.0.2 1,387 10/2/2016
0.0.1 1,370 10/2/2016

v0.0.4 Experimental release of Oggfile reader and writer classes