Normalize amplitude and phase with c#
I'm in the situation where i need to do some math related stuff in c# and for that i need some external libarys. The tool i look for should do the following actions:
- Process sound(wave/mp3):
- Nor开发者_开发技巧malize the amplitude
- Normalize the phase
Any idea which way to go? And is there a big difference if I should to it on mp3 instead of wav
Michael.
You could try and see if Bass.Net (comercial) or NAudio could work for your purposes.
精彩评论