Normalize amplitude and phase with c#
- by Lehto
Hey
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):
Normalize the amplitude
Normalize the phase
Any idea which way to go? And is there a big difference if a should to it on mp3 instead of wav
Michael.