naudio
Generating a Sine Sweep in C#
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[详细]
2023-01-26 19:07 分类:问答Stop audio recorder on its own after time delay in c# ( using NAudio)
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.[详细]
2023-01-26 01:30 分类:问答NAudio on Silverlight
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.[详细]
2023-01-14 07:25 分类:问答Is it possible to set the # of samples requested by NAudio's Read?
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[详细]
2023-01-12 07:39 分类:问答How to manipulate incoming sound of skype
How could I get control over the incoming sound of Skype so that I could manipulate it? Thanks to Mark Heath for his开发者_高级运维 SkypeFX.[详细]
2023-01-03 20:39 分类:问答byte[] to wav file
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.[详细]
2023-01-03 01:11 分类:问答NAudio playback won't stop successfully
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[详细]
2022-12-30 09:41 分类:问答NAudio demos not working anymore
I just tried to run the NAudio demos and I\'m getting a weird error: System.BadImageFormatException: Could not load file or a[详细]
2022-12-30 04:27 分类:问答Debug NAudio MP3 reading difference?
My code using NAudio to read one particular MP3 gets different results than several other commercial apps.[详细]
2022-12-30 03:53 分类:问答Trouble converting an MP3 file to a WAV file using Naudio
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[详细]
2022-12-29 09:40 分类:问答