Edited Issue: NullReference exception with CueList [16373]
Second constructor in CueList file is missing the initialization of the cues member.<br />"private List<Cue> cues = new List<Cue>();"<br /><br />This produces a null...
View ArticleCommented Issue: NullReference exception with CueList [16373]
Second constructor in CueList file is missing the initialization of the cues member.<br />"private List<Cue> cues = new List<Cue>();"<br /><br />This produces a null...
View ArticleCreated Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View ArticleCreated Issue: BlockAlignReductionStream.Read cannot read large chunks. [16378]
The BlockAlignReductionStream uses a circular buffer to allow unaligned reading from an otherwise block aligned source stream. If the user tries to read more bytes than would fit in the circular...
View ArticleCommented Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View ArticleCreated Issue: NAudio.WindowsMediaFormat.NSSBuffer IntPtr.ToInt32()...
Please change the NAudio.WindowsMediaFormat.NSSBuffer class Read and Write methods. Under load you will get an OverflowException such as this:System.OverflowException: Arithmetic operation resulted in...
View ArticleCommented Issue: NAudio.WindowsMediaFormat.NSSBuffer IntPtr.ToInt32()...
Please change the NAudio.WindowsMediaFormat.NSSBuffer class Read and Write methods. Under load you will get an OverflowException such as this:System.OverflowException: Arithmetic operation resulted in...
View ArticleCommented Issue: NAudio.WindowsMediaFormat.NSSBuffer IntPtr.ToInt32()...
Please change the NAudio.WindowsMediaFormat.NSSBuffer class Read and Write methods. Under load you will get an OverflowException such as this:System.OverflowException: Arithmetic operation resulted in...
View ArticleCommented Issue: NAudio.WindowsMediaFormat.NSSBuffer IntPtr.ToInt32()...
Please change the NAudio.WindowsMediaFormat.NSSBuffer class Read and Write methods. Under load you will get an OverflowException such as this:System.OverflowException: Arithmetic operation resulted in...
View ArticleEdited Issue: NAudio.WindowsMediaFormat.NSSBuffer IntPtr.ToInt32()...
Please change the NAudio.WindowsMediaFormat.NSSBuffer class Read and Write methods. Under load you will get an OverflowException such as this:<br /><br />System.OverflowException:...
View ArticleCreated Issue: Conversion to Float is wrong [16380]
This code is from SimpleCompressorStream there is the followig codeleft = BitConverter.ToInt16(buffer, start) / 32768.0;that is wrong because max short is 32767 while min short is -32768the resulting...
View ArticleCreated Issue: Envelope Follower and other very usefull DSP class are private...
I need to compute RMS and other attributes of audio data (I am not doing any playback) and i found a lot of very useful classes in NAudio are private classes.
View ArticleCommented Issue: Conversion to Float is wrong [16380]
This code is from SimpleCompressorStream there is the followig codeleft = BitConverter.ToInt16(buffer, start) / 32768.0;that is wrong because max short is 32767 while min short is -32768the resulting...
View ArticleCommented Issue: Conversion to Float is wrong [16380]
This code is from SimpleCompressorStream there is the followig codeleft = BitConverter.ToInt16(buffer, start) / 32768.0;that is wrong because max short is 32767 while min short is -32768the resulting...
View ArticleCommented Issue: Conversion to Float is wrong [16380]
This code is from SimpleCompressorStream there is the followig codeleft = BitConverter.ToInt16(buffer, start) / 32768.0;that is wrong because max short is 32767 while min short is -32768the resulting...
View ArticleCommented Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View ArticleCommented Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View ArticleCommented Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View ArticleCommented Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View ArticleCommented Issue: Playing Short Audio Files [16377]
I'm writing a game and I'd like to use NAudio to add sound to it. I followed a few examples and was rather pleased with NAudio's API and performance.I ran into the following issue: NAudio will not play...
View Article