Edited Unassigned: PlaybackStopped event fires at start of playback with...
UPDATE: I found the problem. In my Play() function, when playback is started, it causes a NullReferenceException which is sent in the PlaybackStopped event. However, the file continues playing fine....
View ArticleEdited Unassigned: PlaybackStopped event fires at start of playback with...
__UPDATE: I found the problem. In my Play() function, when playback is started, it causes a NullReferenceException which is sent in the PlaybackStopped event. However, the file continues playing...
View ArticleNew Post: savefile
markheath, I am trying to save a file of the tone before I mix with the other files but I can seem to do it this is what i have now SaveFileDialog save1 = new SaveFileDialog(); save1.Filter = "Wave...
View ArticleNew Post: too many samples?
yeah i've tried that, all rates have the exact same level of drift, stereo/mono makes no difference either. Is it possible that the mic is actually returning some weird custom samplerate? Any way to...
View ArticleNew Post: writing a tone to a file
I am trying to write a tone to a file this is my code : SaveFileDialog save1 = new SaveFileDialog(); save1.Filter = "Wave file (*.wav)|*.wav;"; if (save1.ShowDialog() != DialogResult.OK) return;...
View ArticleNew Post: Add silence at the beginning of Wave File before playback.
Hello, I would need to add seconds of silence at the beginning of WaveFileReader or WaveChannel32 before playback. Is possible? thanks
View ArticleNew Post: add 0's to my output file
I have an this code :using System.Collections.Generic; using System.Linq; using System.Text; using NAudio.Wave; using NAudio; namespace Isochronic_tones_generator { class isochronicTone: WaveProvider32...
View ArticleNew Post: How to record from Soundcard
I am trying to record whatever i hear from Sound card. Example, I am playing one wave file using player and also talking from External microphone. I would like to record both of them together. Could...
View ArticleNew Post: making a tone file
I am trying to make a tone file and it is working. but it is not sounding the way I want it to sound. There is a low tone beat in the file. that I did not add to it. And I do not know why it is there.....
View ArticleNew Post: waveViewer showing while playing - problem Refresh()
Thank you for sharing your work, it is nevertheless good library. Best regard, Darko.
View ArticleCreated Unassigned: UnspecifiedError calling waveOutOpen when using Channel...
When calling WaveOutEvent.Init() with a device that points to a speaker that has Speaker Fill or Channel Phantoming(Options in Microsoft's basic sound driver) and a sample rate that is exactly equal to...
View ArticleNew Post: AccessViolation Exception : Attempted to write protected memory
what's the stack trace?
View ArticleNew Post: Can you sent a cut and join audio demo project to me ?
Hi Admin Can you sent a cut and join audio demo project to me ? It built by Naudio. I am newbie. Please! Thanks
View ArticleNew Post: making a tone file
I cannot find anything on how to fade in and out so how can i do it ?
View ArticleNew Post: making a tone file
ok I read up on it online and I tried it but it did not work here is my code :double time = Convert.ToDouble(time2.Text) / 2.2675; time = time * 50000D; double Amplitude =...
View Article