Commented Issue: drumsamplepatternprovider array clear [16362]
In this section of Read: if (samplesRead < count) { Array.Clear(buffer, offset + samplesRead, count - samplesRead); samplesRead = count; }buffer is being Cleared as a byte[] at runtime, but the next...
View ArticleCreated Issue: sound does not play because of double to integer truncation,...
When device format is using 48k-sampling and content format is using 44.1k-sampling, playback problems occur. We observed the following sequence of events.[WasapiOut::PlayThread]1. audio buffer is...
View ArticleCommented Issue: drumsamplepatternprovider array clear [16362]
In this section of Read: if (samplesRead < count) { Array.Clear(buffer, offset + samplesRead, count - samplesRead); samplesRead = count; }buffer is being Cleared as a byte[] at runtime, but the next...
View ArticleCommented Issue: sound does not play because of double to integer truncation,...
When device format is using 48k-sampling and content format is using 44.1k-sampling, playback problems occur. We observed the following sequence of events.[WasapiOut::PlayThread]1. audio buffer is...
View ArticleCommented Issue: ComException when unplugged playback device [16329]
When playbackdevice disapears from windows playback devices (when user unplugs device from usb or audio jack port or disable it) while playling file, an COMException occrus in...
View ArticleClosed Issue: [MMException] WaveStillPlaying [9067]
I'm developing a windows service that plays mp3's using Naudio. The service plays mp3's when particular events occurs.Service works fine for 20 - 30 minutes but randomly I get a...
View ArticleEdited Issue: Multiple issues in WaveMixerStream32 [16351]
In AddInputStream, the following code:...// get to the right point in this input filethis.Position = Position;...seems wrong to me. It should be:...// get to the right point in this input...
View ArticleCommented Issue: Multiple issues in WaveMixerStream32 [16351]
In AddInputStream, the following code:...// get to the right point in this input filethis.Position = Position;...seems wrong to me. It should be:...// get to the right point in this input...
View ArticleCommented Issue: WasapiCapture not reusable [16341]
I've been writing an app that records chunks of input audio to multiple files, with gaps between, but I discovered that if I try a call sequence which essentially boils down to this:WasapiCapture...
View ArticleCommented Issue: WaveInEvent - Buffer is null [16347]
When using WaveIn to transmit bursts of audio, buffer is null every other recording period. This wasn't the case in the last official release.Noticed that the WaveIn Callback was missing in the latest...
View ArticleEdited Issue: WaveIn class - DataAvailable is not raised when class is used...
I've created own wav recording class using WaveIn, based on example from WavRecording demo. It was working perfectly when i was testing my class in the GUI application.When I moved my code, without any...
View ArticleCommented Issue: WaveIn class - DataAvailable is not raised when class is...
I've created own wav recording class using WaveIn, based on example from WavRecording demo. It was working perfectly when i was testing my class in the GUI application.When I moved my code, without any...
View ArticleCommented Issue: WasapiCapture not reusable [16341]
I've been writing an app that records chunks of input audio to multiple files, with gaps between, but I discovered that if I try a call sequence which essentially boils down to this:WasapiCapture...
View ArticleEdited Issue: WPF Demo Visualisation Lags [16333]
If you ever had a look at the wpf visualation you can see that it is very slow. So it looks like its lagging.If you want to change that just change playbackDevice in AudioPlayBack.cs from IWavePlayer...
View ArticleEdited Issue: WPF Demo Visualisation Lags [16333]
If you ever had a look at the wpf visualation you can see that it is very slow. So it looks like its lagging.If you want to change that just change playbackDevice in AudioPlayBack.cs from IWavePlayer...
View ArticleCommented Issue: WPF Demo Visualisation Lags [16333]
If you ever had a look at the wpf visualation you can see that it is very slow. So it looks like its lagging.If you want to change that just change playbackDevice in AudioPlayBack.cs from IWavePlayer...
View ArticleEdited Issue: MP3FileReader.Length property is not correct [16359]
I use the MP3FileReader to open a mp3 which is in the attachments , the total time returned is 05:09. And I use the NAudio demo to play this mp3, the sound is slower than expected.But if I use other...
View ArticleCommented Issue: MP3FileReader.Length property is not correct [16359]
I use the MP3FileReader to open a mp3 which is in the attachments , the total time returned is 05:09. And I use the NAudio demo to play this mp3, the sound is slower than expected.But if I use other...
View ArticleCommented Issue: Streaming MP3, wrong bitrate. creates incorrect sound [16328]
So, i was streaming some Mp3's and noticed that some song were being play'd to fast and some to slow.After checking what bitrate the Mp3Frame were returning, i found that some songs got 128kbps when...
View ArticleCommented Issue: Streaming MP3-files, error decompressing last frame [16322]
Hi!I'm trying to make a program that can stream audio from a server.I all works fine, until i get to the last frame, then i get the following error:Object reference not set to an instance of an...
View Article