Concentus.OggFile 1.0.1

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

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.

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 (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 (7)

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

Repository Stars
stakira/OpenUtau
Open singing synthesis platform / Open source UTAU successor
morkt/GARbro
Visual Novels resource browser
Azure-Samples/Cognitive-Speech-TTS
Microsoft Text-to-Speech API sample code in several languages, part of Cognitive Services.
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
Aiko-IT-Systems/DisCatSharp
Your library to write discord apps in C# with focus on always providing access to the latest discord features
PackJC/YoutubeToMP3
This Windows Forms application in C# allows users to download YouTube videos as MP3 files. Open Source.
Version Downloads Last updated
1.0.6 129,486 5/23/2024
1.0.5 1,859 5/7/2024
1.0.4 133,144 3/7/2019
1.0.3 10,410 12/22/2017
1.0.1 3,948 2/24/2017
1.0.0 2,721 10/3/2016
0.0.4 1,861 10/3/2016
0.0.3 1,623 10/2/2016
0.0.2 1,618 10/2/2016
0.0.1 1,640 10/2/2016

v1.0.1 Adding automatic resampling and an encode function for float[] samples.