Commented Issue: Crashes with this ogg [20]
Not sure if it's an issue with the file or OpenAL but this consistently fails the ALHelper.Check routine. Skipping all checks allows the sound to play in the test app but the memory grows with each...
View ArticleCommented Task: Verify Floor0 Implementation [3]
Apparently floor 0 is only used in very old Vorbis files. Still need to make sure it works.Comments: Is this still an issue?
View ArticleCommented Task: Verify Floor0 Implementation [3]
Apparently floor 0 is only used in very old Vorbis files. Still need to make sure it works.Comments: Not as of commit 310289367342. :) I'll close the issues once I release the new version.
View ArticleCommented Issue: Crashes with this ogg [20]
Not sure if it's an issue with the file or OpenAL but this consistently fails the ALHelper.Check routine. Skipping all checks allows the sound to play in the test app but the memory grows with each...
View ArticleSource code checked in, #fe4bd6341cb98191316e339777b5d25fb621874b
* BufferedReadStream: Fix short backwards seeks (< 2x current buffer size)
View ArticleEdited Task: Verify Floor0 Implementation [3]
Apparently floor 0 is only used in very old Vorbis files. Still need to make sure it works.
View ArticleEdited Issue: Crashes with this ogg [20]
Not sure if it's an issue with the file or OpenAL but this consistently fails the ALHelper.Check routine. Skipping all checks allows the sound to play in the test app but the memory grows with each...
View ArticleClosed Issue: Music looping not working in 0.7.0 [23]
Using the OpenTK OggStream, it seems like looping music is broken. Playing the music once works, but as soon as it hits the end and should start over, it stops working.Comments: User reports issue fixed.
View ArticleSource code checked in, #549f342811093f66258797b38a9cbdef913c3bf9
* Update README, TODO, nuspec files
View ArticleCreated Release: NVorbis v0.7.2 (Jul 22, 2013)
Bugfix: Floor 0 implementation is now correctBugfix: Residue 0 & 1 implementation is now correctBugfix: Seeking back less than the current buffer size no longer corrupts the read buffer
View ArticleUpdated Release: NVorbis v0.7.2 (Jul 22, 2013)
Bugfix: Floor 0 implementation is now correctBugfix: Residue 0 & 1 implementation is now correctBugfix: Seeking back less than the current buffer size no longer corrupts the read buffer
View ArticleSource code checked in, #2780089a1b727cd78600d6db574986fbcbfdb017
* Must remember to update version numbers in the source
View ArticleUpdated Release: NVorbis v0.7.2 (Jul 22, 2013)
Bugfix: Floor 0 implementation is now correctBugfix: Residue 0 & 1 implementation is now correctBugfix: Seeking back less than the current buffer size no longer corrupts the read buffer
View ArticleReleased: NVorbis v0.7.2 (Jul 22, 2013)
Bugfix: Floor 0 implementation is now correct Bugfix: Residue 0 & 1 implementation is now correct Bugfix: Seeking back less than the current buffer size no longer corrupts the read buffer
View ArticleCreated Release: NVorbis v1.0
This is the planned stable release of NVorbis. Look for it soon.
View ArticleSource code checked in, #d76e934192d836ece937c2b9b5b11fa2c9e69f2e
Fix bug where stream ended early
View ArticleSource code checked in, #b04f0b2b19560e95caee7e66b89329aed579e944
Don't bother parsing 0 length samples
View ArticleClosed Task: Verify Floor0 Implementation [3]
Apparently floor 0 is only used in very old Vorbis files. Still need to make sure it works.Comments: floor 0 verified
View ArticleUpdated Wiki: Home
DescriptionNVorbis is a .Net library for decoding Xiph.org Vorbis files. It is purelymanaged code, and should run correctly in partial-trust environments.This implementation is based on the Vorbis...
View ArticleCreated Unassigned: Some ogg files improperly decode [24]
Attached is a file that doesn't decode properly.
View Article