NVorbis 0.8.4

dotnet add package NVorbis --version 0.8.4
                    
NuGet\Install-Package NVorbis -Version 0.8.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="NVorbis" Version="0.8.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NVorbis" Version="0.8.4" />
                    
Directory.Packages.props
<PackageReference Include="NVorbis" />
                    
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 NVorbis --version 0.8.4
                    
#r "nuget: NVorbis, 0.8.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.
#addin nuget:?package=NVorbis&version=0.8.4
                    
Install NVorbis as a Cake Addin
#tool nuget:?package=NVorbis&version=0.8.4
                    
Install NVorbis as a Cake Tool

A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (26)

Showing the top 20 popular GitHub repositories that depend on NVorbis:

Repository Stars
OpenRA/OpenRA
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
morkt/GARbro
Visual Novels resource browser
ddevault/TrueCraft
Minecraft for hipsters
filoe/cscore
An advanced audio library, written in C#. Provides tons of features. From playing/recording audio to decoding/encoding audio streams/files to processing audio data in realtime (e.g. applying custom effects during playback, create visualizations,...). The possibilities are nearly unlimited.
4sval/FModel
Unreal Engine Archives Explorer
FakeFishGames/Barotrauma
A 2D online multiplayer game taking place in a submarine travelling through the icy depths of Jupiter's moon Europa.
AdamsLair/duality
a 2D Game Development Framework
WolvenKit/WolvenKit
Community Mod editor/creator for REDengine games.
MaKiPL/OpenVIII-monogame
Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
ciribob/DCS-SimpleRadioStandalone
An open source Stand alone Radio for DCS integrating with all clickable cockpits and FC3 Aircraft
overtools/OWLib
DataTool is a program that lets you extract models, maps, and files from Overwatch.
egordorichev/BurningKnight
Top-down roguelike about goblins, lamps and magic
leezer3/OpenBVE
OpenBVE- A free train simulator
Kalejin/DCSB
Deathcounter and Soundboard, WPF app for setting up key shortcuts
rampaa/JL
JL is a program for looking up Japanese words and expressions.
mir-ethernity/mir-eternal
feliwir/SharpAudio
Audio playback/capturing engine for C#
Penecruz/VAICOMPRO-Community
VAICOM PRO for DCS World
dereksorensen/KailashEngine
Version Downloads Last updated
0.8.4 989 11/20/2014
0.8.3 596 4/29/2014
0.8.2 57 3/19/2014
0.8.1 56 2/25/2014
0.8.0.3 50 1/16/2014
0.8.0 48 1/16/2014
0.7.2 787 7/22/2013
0.7.1 46 7/18/2013
0.7.0 65 7/15/2013
0.6.0 292 6/27/2013
0.5.5 53 11/15/2012
0.5.4 48 10/10/2012
0.5.3 48 10/10/2012
0.5.1 46 10/10/2012
0.5.0 49 10/10/2012

- BugFix: Fix forward seeking when target page ends with partial packet.
- Mdct: Make transform thread-safe