Quantcast
Channel: NAudio
Browsing all 5831 articles
Browse latest View live
↧

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 Article


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...

View Article


New 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 Article

New 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 Article

New 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 Article


New Post: writing a tone to a file

never mind I got it

View Article

New 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 Article

New Post: waveout.int

what does int does?

View Article


New 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 Article


New 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 Article

Source code checked in, #10058a84b151

allow TempoEvent to be modified

View Article

New 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 Article

New Post: waveViewer showing while playing - problem Refresh()

Thank you for sharing your work, it is nevertheless good library. Best regard, Darko.

View Article


Created 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 Article

New Post: AccessViolation Exception : Attempted to write protected memory

what's the stack trace?

View Article


New 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 Article

New Post: Add silence at the beginning of Wave File before playback.

Thanks

View Article


New Post: making a tone file

I cannot find anything on how to fade in and out so how can i do it ?

View Article

New 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

New Post: making a tone file

I tried to fade in and out to 0 Am I doing it wrong?

View Article
Browsing all 5831 articles
Browse latest View live