Commented Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View ArticleNew Post: Need help with exception thrown by NAudio
I use NuGet. First tries were with v1.5, but now I've updated to v1.6. Just to be clear, my program doesn't crash, and the recordings work fine, but I get this annoying dialog, which I'd want to get...
View ArticleCommented Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View ArticleCommented Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View ArticleCommented Issue: AccessViolationException when disposing WaveOut in a 64-bit...
I'm currently migrating my application to 64-bit and whenever I'm trying to dispose the WaveOut class, I'm getting an "AccessVoilationException" with the message "Attempted to read or write protected...
View ArticleCreated Issue: WMA [16370]
Hello,the WMA file only works with WaveOut () standard.With other DriverOut, I receive an error message from WMAStream function Read(GetNextSample).Tested with your NAudio Demo 1.6
View ArticleCommented Issue: WMA [16370]
Hello,the WMA file only works with WaveOut () standard.With other DriverOut, I receive an error message from WMAStream function Read(GetNextSample).Tested with your NAudio Demo 1.6Comments: what is the...
View ArticleCommented Issue: WMA [16370]
Hello,the WMA file only works with WaveOut () standard.With other DriverOut, I receive an error message from WMAStream function Read(GetNextSample).Tested with your NAudio Demo 1.6Comments: "Impossible...
View ArticleCommented Issue: WMA [16370]
Hello,the WMA file only works with WaveOut () standard.With other DriverOut, I receive an error message from WMAStream function Read(GetNextSample).Tested with your NAudio Demo 1.6Comments: glouppps...
View ArticleCommented Issue: WMA [16370]
Hello,the WMA file only works with WaveOut () standard.With other DriverOut, I receive an error message from WMAStream function Read(GetNextSample).Tested with your NAudio Demo 1.6Comments: hmmm, I...
View ArticleCreated Issue: the Mp3FileReader should not set stream position [16371]
It appears that we could add a few smarts to the Mp3FileReader and make it so that it would not have to use the Position property on the stream. Not all streams (especially web streams) allow the Seek...
View ArticleCommented Issue: WMA [16370]
Hello,the WMA file only works with WaveOut () standard.With other DriverOut, I receive an error message from WMAStream function Read(GetNextSample).Tested with your NAudio Demo 1.6Comments: The error...
View ArticleNew Post: move this DMO support to the next level: video
As far as I can tell, there is not much in the way of DMO and ACM wrappers for .NET. NAudio already has a lot of the functionality necessary instantiate those creatures. How would you feel about...
View ArticleCommented Issue: WMA [16370]
Hello,the WMA file only works with WaveOut () standard.With other DriverOut, I receive an error message from WMAStream function Read(GetNextSample).Tested with your NAudio Demo 1.6Comments: I commented...
View ArticleNew Post: InvalidOperationException on playing some MP3 files
I keep getting an exception with the message "Got a frame at sample rate 44100, in an MP3 with sample rate 48000. Mp3FileReader does not support sample rate changes." when playing some MP3 files. Is...
View ArticleNew Post: Detect current volume level while a file is playing using Naudio
So I have this code. There is a Stop-Button ( button1 ), which stops playback. When the form is loaded, the file is played. While the file is playing I want to get the current volume of the file by...
View ArticleNew Post: Play Pause Play
I have an app where I do this... Here's what I'm doing: Wait for the playback buffers to drain You can do this by feeding empty buffers to NAudio for long enough to ensure silence to the speakers. No...
View ArticleNew Post: Detect current volume level while a file is playing using Naudio
The NAudioDemo shows how to do this (see AudioPlaybackPanel.cs). You can use a MeteringSampleProvider to raise regular events with the maximum sample value.
View ArticleNew Post: Detect current volume level while a file is playing using Naudio
I do not understand your sample. Please create the function currentVolumeLevel for us.
View ArticleNew Post: move this DMO support to the next level: video
NAudio includes complete wrapping of the ACM API so you can use any ACM codec. As for DMOs, I've provided wrappers for two - the managed resampler and the MP3 decoder. Both of these took ages, and I...
View Article