Updated to the latest version of NVorbis, fixed OggStream.Empty() failing to unqueue buffers when quitting due to a modified ALHelper.Check method that doesn't throw an exception on error
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>NVorbis</id>
|
||||
<version>0.8.5.0</version>
|
||||
<title>NVorbis</title>
|
||||
<authors>Andrew Ward</authors>
|
||||
<owners>Andrew Ward</owners>
|
||||
<licenseUrl>http://nvorbis.codeplex.com/license</licenseUrl>
|
||||
<projectUrl>http://nvorbis.codeplex.com/</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder.</description>
|
||||
<summary>A managed Xiph.org Foundation Ogg Vorbis decoder</summary>
|
||||
<releaseNotes>- BugFix: Fix occasional crashes streaming tracks on multiple threads</releaseNotes>
|
||||
<language>en-US</language>
|
||||
<tags>ogg vorbis xiph audio c# sound .NET</tags>
|
||||
<frameworkAssemblies>
|
||||
<frameworkAssembly assemblyName="System" targetFramework="" />
|
||||
</frameworkAssemblies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user