New Post: Extended functionality contribution offer
Hi Mark, I have two small code classes (written in VB2010) whose functionality I would like to suggest to add to NAudio. These classes were developed to ease the process of creating DAW sampler plugin...
View ArticleNew Post: Sample Aggregation For WASAPI Loopback
I have been looking into this and it appears that when missed audio occurs, ReadNextPacket is also delayed more than normal (when a standard 50ms 'sleepMilliseconds' value is used), so this isn't an...
View ArticleNew Post: Mic input to effectStream Output
Hi, Mark. Please help me. Now I modify EffectStream to simply require an IWaveProvider. But when I call waveOuts.Init(effectStream). It shown clean sound. It sound not process with effect. Please...
View ArticleNew Post: NAudio 1.6 on .Net 4.0 framework
Hi Mark, I just published the app with the NAudio integration. If you will include it in the list of apps using NAudio, I'd appreciate it. http://breakthrusoftware.com/html/products/soundmgr/index.html...
View ArticleUpdated Wiki: Home
NAudio Overview NAudio is an open source .NET audio and MIDI library, containing dozens of useful audio related classes intended to speed development of audio related utilities in .NET. It has been in...
View ArticleNew Post: NAudio 1.6 on .Net 4.0 framework
great! I've linked to it on the NAudio homepage. Looks a cool app.
View ArticleNew Post: Sample Aggregation For WASAPI Loopback
well, Sleep isn't an accurate timer in Windows. Thread.Sleep means sleep for at least 50ms. So if it is taking longer than that to return, it indicates the system is busy doing other stuff. You could...
View ArticleNew Post: Pitch Detection
Is this the correct result? I editted the code slightly to write out to the console when a value in the console is greater than zero, but the values barely go above 200, which for a constant 500Hz tone...
View ArticleNew Post: Mic input to effectStream Output
well what effects have you put into your effect chain?
View ArticleNew Post: Pitch Detection
my autotune code is just looking for the most likely musical note - it is not interested in what octave that note is in, so the range of pitches it outputs may not include the test tones you are using....
View ArticleCommented Issue: WaveStillPlaying calling waveUnprepareHeader [16385]
I have written an application that uses nAudio to play wav files when 'events' happen, and records audio from the microphone.I am occasionally getting a NAudio.MmException "WaveStillPlaying calling...
View ArticleEdited Issue: WaveStillPlaying calling waveUnprepareHeader [16385]
I have written an application that uses nAudio to play wav files when 'events' happen, and records audio from the microphone.I am occasionally getting a NAudio.MmException "WaveStillPlaying calling...
View ArticleEdited Issue: System.NullReferenceException in...
I have written an application that uses nAudio to play wav files when 'events' happen, and records audio from the microphone.I am occasionally getting a System.NullReferenceException from...
View ArticleCommented Issue: NAudio.MmException - WaveStillPlaying calling waveOutWrite...
I have written an application that uses nAudio to play wav files when 'events' happen, and records audio from the microphone.I am occasionally getting a NAudio.MmException from...
View ArticleEdited Issue: NAudio.MmException - WaveStillPlaying calling waveOutWrite [16387]
I have written an application that uses nAudio to play wav files when 'events' happen, and records audio from the microphone.I am occasionally getting a NAudio.MmException from...
View ArticleCommented Issue: Occasional System.InvalidOperationException (Handle is not...
Occasionally my application crashes....I have captured the crash using WinDbg, and the Exception trace is:Exception object: 026c18acException type: System.InvalidOperationExceptionMessage: Handle is...
View ArticleNew Post: Network Chat Multi-Client Program
Can this also work if I have more than one client connected to the server? As long as one client has enough data in their bufferedwaveprovider, I should be able to have waveOut play the audio while...
View ArticleCommented Issue: Assembly with strong name [11429]
Hello,Could you please release NAudio as an assembly with a strong name so it can be installed in the GAC by running gacutil -i NAudio.dll?Thanks.Comments: Bump
View ArticleCommented Issue: Assembly with strong name [11429]
Hello,Could you please release NAudio as an assembly with a strong name so it can be installed in the GAC by running gacutil -i NAudio.dll?Thanks.Comments: I'm afraid I don't currently have any plans...
View Article