Edited 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: ThreadSafeStream doesn't always sync correctly? [16]
This might be MonoTouch-specific.Appears to sometimes cause desync's. Switching back to a bare Stream fixes the problem.Comments: We no longer use ThreadSafeStream.
View ArticleEdited Issue: Version 0.6 type initializer exception [22]
Nuget package for NVorbis 0.6 crashes when trying to play this ogg file: http://cameragr.am/crash2.oggWith the latest code in master, the sound plays but I hear some crackling and popping.Code from...
View ArticleClosed Issue: Version 0.6 type initializer exception [22]
Nuget package for NVorbis 0.6 crashes when trying to play this ogg file: http://cameragr.am/crash2.oggWith the latest code in master, the sound plays but I hear some crackling and popping.Code from...
View ArticleClosed Issue: Crash in DataPcket.cs [21]
I am getting exceptions on certain ogg files in the TryPeekBits method in DataPcket.cs. I have patched it to look like this with no detectable difference in how it plays my ogg files (no more...
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 ArticleClosed Issue: OpenTK randomly throws in ALHelper.Check [17]
This may be MonoTouch-specific.Error is "InvalidValue". Removing the check appears to work fine, but need to verify that check is not required.Comments: #20 is more detailed
View ArticleCommented Task: MonoTouch Support [15]
1) Change InvalidDataException to a supported exception type (build a new one?)2) Change Huffman.BuildLinkedList()'s Array.Sort() to use an explicit IComparer instead of a lambdaComments: A little...
View ArticleClosed Task: MonoTouch Support [15]
1) Change InvalidDataException to a supported exception type (build a new one?)2) Change Huffman.BuildLinkedList()'s Array.Sort() to use an explicit IComparer instead of a lambda
View ArticleSource code checked in, #0d9a5d4df15fd8ff5f0d8d98108832194bb60a07
* DataPacket: Reset the bit reader when resetting the read position * IPacketProvider: Add PeekNextPacket() so seeking doesn't need to enumerate packets twice * RingBuffer: Fix Clear() and Write(...) *...
View ArticleSource code checked in, #809f965861dc98e7ab7c439cea852db3af8f0878
* Update version numbers * Update Nuspec files * Update README and TODO
View ArticleReleased: NVorbis v0.7.1 (Jul 18, 2013)
Removed use of generics & lambda from Huffman decoder Reduced computation by only processing samples that are required for output Bugfix: Seeking now works againBugfix: OpenTKSupport.OggStream now...
View ArticleCreated Release: NVorbis v0.7.1 (Jul 18, 2013)
Removed use of generics & lambda from Huffman decoderReduced computation by only processing samples that are required for outputBugfix: Seeking now works againBugfix: OpenTKSupport.OggStream now...
View ArticleCommented 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: I think this is fixed...
View ArticleEdited 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.
View ArticleSource code checked in, #ba82a83758bc0572a2e12c5646a818c194c4bd8b
Make Ready and CastBuffer public. Allow the user to take charge of calling EnsureBuffersFilled. Provide a callback to notify when OggStream is finished.
View ArticleSource code checked in, #ae4ec2e82288373d8f628970d819a5fb82a3bb4b
Put update rate sleep code back in
View ArticleSource code checked in, #aa7f005dadd0d399114cda25db5b9cf9a6ece979
Merge branch 'master' of https://git01.codeplex.com/nvorbis
View Article