I want to generate a sine sweep in C# where I am able to define the start frequency, end frequency, and the duration of the sweep. I\'ve looked at sound libraries such as DirectSo开发者_Go百科und and
I am making an audio recorded using NAudio in C# and i need to remove the stop button used and simply stop the recording on its own after some time delay.
Is it possible to use the NAudio on a silverlight application? I just can\'t add the dll to my project... I\'d like to build a little audio mixer.
I am using naudio to generate pulse width modulated audio signals for controlling a pair of servo\'s.Currently I am using the WaveProvider32 class that Mark Heath wrote (http://mark-dot-net.blogspot.c
How could I get control over the incoming sound of Skype so that I could manipulate it? Thanks to Mark Heath for his开发者_高级运维 SkypeFX.
It would be great if you could tell me how I could save a byte[] to a wav file. Sometimes I need to set different开发者_StackOverflow samplerate, number of bits and channels.
When using NAudio to playback an MP3 file [in the console], I can\'t figure out how to stop the playback. When I call waveout.Stop() the code just stops running and waveout.Dispose() never gets called
I just tried to run the NAudio demos and I\'m getting a weird error: System.BadImageFormatException: Could not load file or a
My code using NAudio to read one particular MP3 gets different results than several other commercial apps.
Naudio Library: http://naudio.codeplex.com/ I\'m trying to convert an MP3 file to a WAV file, but I\'ve run in to a small error. I know what\'s going wrong, but I don\'t really know how to go about f