NAudio
NAudio copied to clipboard
Looking for resampling method "kaiser best"
First things first, I am not used to working with sound, so not a deep knowledge of NAudio. I am translating a python voice recognizing system to C#, and since there's no such thing as C# librosa -not that I know of at least- I'm using NAudio. But the preprocessing of the voice entry includes resampling. In librosa it's made using its standard, "kaiser best" method. With NAudio I'm using WdlResamplingSampleProvider, but the resampled result is not the same as with python/librosa, and that's killing the performance of my voice recgnition system. Is there a way to use that "kaiser best" method with NAudio?
Probably the MediaFoundationResampler is the highest quality in NAudio.