Edited Issue: WMA [16370]
Hello,the WMA file only works with WaveOut () standard.With other DriverOut, I receive an error message from WMAStream function Read(GetNextSample).Tested with your NAudio Demo 1.6
View ArticleCommented Issue: WMA [16370]
Hello,the WMA file only works with WaveOut () standard.With other DriverOut, I receive an error message from WMAStream function Read(GetNextSample).Tested with your NAudio Demo 1.6Comments: Hello,...
View ArticleNew Post: Generate bandpass filtered white noise
 This is an example of using the class Biquad FilterI do not use the primary function "Transform" the class BiQuadFilterusing NAudio.Dsp;using System;namespace NAudio.Effects {publicclass EqFilterX {...
View ArticleNew Post: Generate bandpass filtered white noise
 I have a PDF that explains a little Biquad Filteravailable hereWeTranfert.
View ArticleCommented Issue: WMA [16370]
Hello,the WMA file only works with WaveOut () standard.With other DriverOut, I receive an error message from WMAStream function Read(GetNextSample).Tested with your NAudio Demo 1.6Comments: I'm afraid...
View ArticleNew Post: Remove noise from Audio file
@markheath Your project is a very nice one. Really what i need. thanks
View ArticleSource code checked in, #e1976f7e1fd0
Added tag NAudio 1.6 Release for changeset 272f3fb3426c
View ArticleSource code checked in, #7b8b5923d3c2
ability to add and remove local ACM drivers (can be added using NAudioDemo ACM panel)
View ArticleNew Post: Generate bandpass filtered white noise
Hi,Thanks for the quick response.Unfortunately, I don't have much knowledge in sound programming, filters and all the fourier stuff (pardon).I need to generate a white noise filtered between 800-1200Hz...
View ArticleSource code checked in, #889f88ad8aa3
removed three classes marked as obsolete: ShiftBuffer, Graph and LcdPanel
View ArticleNew Post: Generate bandpass filtered white noise
Hello,gloupsss BiQuadFilter2 is exactly the same as BiQuadFilter BiQuadFilter is located in the DSP library NAudioIf it's urgent I can make an example of you (depending on my available time), or you...
View ArticleNew Post: Generate bandpass filtered white noise
Actually, it's quite urgent.A simple example would be great !!!Thanks a lot :-)
View ArticleNew Post: Generate bandpass filtered white noise
Here I have an example.Well I took an existing generator and add LowPassFilter & HighPassFilter for Pink Noise & WhiteNoise and durationI did some test with an analyzer (SmaartLive). this...
View ArticleNew Post: WaveIn + _DataAvailable + WaveMixerStream32
use a Pcm16BitToSampleProvider to turn your BufferedWaveProvider into a SampleProvider
View ArticleNew Post: WaveIn + _DataAvailable + WaveMixerStream32
I don't see the question to your answer.
View ArticleSource code checked in, #29bf2be1fc01
More changes to WaveFormatConversionStream to make it not rely at all on acmSourceToDest or acmDestToSource. Also attempts to detect problematic output from ACM format suggest
View ArticleSource code checked in, #c40639963564
ensured correct remove handle is used when removing a local ACM driver
View ArticleNew Post: How to generate wav with a specific length
Hi,I use this code to generate a wav stream. it works fine but how do i generate wav for example with 5 seconds length? this is my first time i'm using this dll.Slingerprivate DirectSoundOut output =...
View Article