New Post: Use NVorbis to encode WAV to Ogg?
No matter how you go about it, you'll have to require full trust for your app. That may not be an issue. :) If you can afford the performance hit and disk space usage, just use an external encoder....
View ArticleNew Post: Why the OggContainerReader should use PageReaderLock ?
Hi, Thanks for the wonderful codebase! There are some mutex lock:using (var pageLock = TakePageReaderLock()) in FindNextStream() and GetTotalPageCount() in OggContainerReader.cs Why? I am using NVorbis...
View ArticleNew Post: Why the OggContainerReader should use PageReaderLock ?
The lock is to guard the core page reading logic from multi-threaded access. It has to operate sequentially through the file, so having two different threads trying to find the next page would be...
View ArticleNew Post: Why the OggContainerReader should use PageReaderLock ?
ioctlLR wrote: The lock is to guard the core page reading logic from multi-threaded access. It has to operate sequentially through the file, so having two different threads trying to find the next page...
View ArticleCreated Unassigned: Some (other) Ogg files decode improperly [25]
This has probably nothing to do with [Issue 24](https://nvorbis.codeplex.com/workitem/24) since the provided ogg file decodes properly now. I have, however, experienced problems with another ogg file....
View ArticleCommented Unassigned: Some (other) Ogg files decode improperly [25]
This has probably nothing to do with [Issue 24](https://nvorbis.codeplex.com/workitem/24) since the provided ogg file decodes properly now. I have, however, experienced problems with another ogg file....
View ArticleEdited Issue: Some (other) Ogg files decode improperly [25]
This has probably nothing to do with [Issue 24](https://nvorbis.codeplex.com/workitem/24) since the provided ogg file decodes properly now. I have, however, experienced problems with another ogg file....
View ArticleCommented Issue: Some (other) Ogg files decode improperly [25]
This has probably nothing to do with [Issue 24](https://nvorbis.codeplex.com/workitem/24) since the provided ogg file decodes properly now. I have, however, experienced problems with another ogg file....
View ArticleCommented Issue: Some (other) Ogg files decode improperly [25]
This has probably nothing to do with [Issue 24](https://nvorbis.codeplex.com/workitem/24) since the provided ogg file decodes properly now. I have, however, experienced problems with another ogg file....
View ArticleCommented Issue: Some (other) Ogg files decode improperly [25]
This has probably nothing to do with [Issue 24](https://nvorbis.codeplex.com/workitem/24) since the provided ogg file decodes properly now. I have, however, experienced problems with another ogg file....
View ArticleCommented Issue: Some (other) Ogg files decode improperly [25]
This has probably nothing to do with [Issue 24](https://nvorbis.codeplex.com/workitem/24) since the provided ogg file decodes properly now. I have, however, experienced problems with another ogg file....
View ArticleSource code checked in, #3901c03837b7869f6129304913e8013b5f155da9
* VorbisFloor: Clear residue if floor has no energy
View ArticleCreated Release: NVorbis v0.7.4
Bugfix: Some stereo files with sound on only one channel decoded noise on the silent channel.
View ArticleEdited Issue: Some (other) Ogg files decode improperly [25]
This has probably nothing to do with [Issue 24](https://nvorbis.codeplex.com/workitem/24) since the provided ogg file decodes properly now. I have, however, experienced problems with another ogg file....
View ArticleClosed Issue: Some ogg files improperly decode [24]
Attached is a file that doesn't decode properly.Comments: Released build with fix
View ArticleSource code checked in, #74a6998bf967cc136238e6507782ebfed7cbec43
* Update version numbers, README
View ArticleReleased: NVorbis v0.7.4 (Sep 16, 2013)
Bugfix: Some stereo files with sound on only one channel decoded noise on the silent channel.
View ArticleUpdated Release: NVorbis v0.7.4 (Sep 16, 2013)
Bugfix: Some stereo files with sound on only one channel decoded noise on the silent channel.
View ArticleClosed Issue: Some (other) Ogg files decode improperly [25]
This has probably nothing to do with [Issue 24](https://nvorbis.codeplex.com/workitem/24) since the provided ogg file decodes properly now. I have, however, experienced problems with another ogg file....
View ArticleReleased: NVorbis 0.8.0test1 (Sep 16, 2013)
TESTING RELEASE While this version should be more resilient than previous releases, please be aware that it has not been tested as heavily as 0.7.4.Decoupled the file / stream reading logic from the...
View Article