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.
paket add NVorbis --version 0.8.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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.
// Install NVorbis as a Cake Addin #addin nuget:?package=NVorbis&version=0.8.4 // Install NVorbis as a Cake Tool #tool nuget:?package=NVorbis&version=0.8.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder.
Product | Versions 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 5 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.
|
|
ddevault/TrueCraft
Minecraft for hipsters
|
|
morkt/GARbro
Visual Novels resource browser
|
|
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.
|
Version | Downloads | Last updated |
---|---|---|
0.8.4 | 388 | 11/20/2014 |
0.8.3 | 293 | 4/29/2014 |
0.8.2 | 114 | 3/19/2014 |
0.8.1 | 94 | 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