New Post: Resample problem
When I'm trying to resample IeeeFloat wave format with sample rate of 48000 to wave format with sample rate of 41000, an exception occurred - "AcmNotPossible calling acmStreamOpen". What is the right...
View ArticleNew Post: Resample problem
Are they both IEEE float? And do they both have the same number of channels? I can't remember off the top of my head if the ACM resampler can do IEEE. There is also the DmoResampler available on Vista...
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 ArticleNew Post: Resample problem
They are both IEEE float. The number of channels is equal - 2. Maybe I have to convert them first to 16bit PCM and then resample?
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 ArticleCreated Issue: WaveOut Resume function does not work properly [16342]
Repeatedly pausing and resuming a WaveOut object sometimes reduces the buffering functionality. Resuming using the Play function does not have this problem (because it calls EnqueueBuffers before...
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: WaveOut Resume function does not work properly [16342]
Repeatedly pausing and resuming a WaveOut object sometimes reduces the buffering functionality. Resuming using the Play function does not have this problem (because it calls EnqueueBuffers before...
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: 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 ArticleNew Post: Resample problem
If I use WaveFormat waveFormat = new WaveFormat(44100, 2); mixer = new MixingSampleProvider(waveFormat); everything is ok with the WaveFormatConversionStream. But then I'm trying to save mixed song to...
View ArticleNew Post: nodriver calling waveInPrepareHeader
I'm running into the same problem. I'm using your (just added) WaveInEvent, and when I pull the plug of the Mic while recording I get a MMException "NoDriver" in WaveInPrepareHeader called in...
View ArticleNew Post: nodriver calling waveInPrepareHeader
My plan for the future (hopefully near future) is for the PlaybackStopped and RecordingStopped events to include a possible Exception. Then all IWavePlayer and IWaveIn implementations have an easy way...
View ArticleNew Post: nodriver calling waveInPrepareHeader
FYI I am successfully catching this in the unhandled exception handler and the application does continue working afterwards:private static void ApplicationThreadException(object sender,...
View ArticleNew Post: nodriver calling waveInPrepareHeader
have checked in some code that will form part of the next version of NAudio. The PlaybackStopped and RecordingStopped events now contain an Exception property that you can examine to see why playback...
View ArticleNew Post: Resample problem
How did you manage to create MixingSampleProvider with that WaveFormat? It should have thrown an exception
View ArticleUpdated Wiki: Documentation
The NAudio Documentation Wiki NAudio FAQ What is NAudio? NAudio is an open source audio API for .NET written in C# by Mark Heath, with contributions from many other developers. It is intended to...
View ArticleUpdated Wiki: Documentation
The NAudio Documentation Wiki NAudio FAQ What is NAudio? NAudio is an open source audio API for .NET written in C# by Mark Heath, with contributions from many other developers. It is intended to...
View Article