Normalize amplitude and phase with c#

Posted by Lehto on Stack Overflow See other posts from Stack Overflow or by Lehto
Published on 2010-03-17T11:14:11Z Indexed on 2010/03/17 12:21 UTC
Read the original article Hit count: 322

Filed under:
|
|
|
|

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.

© Stack Overflow or respective owner

Related posts about math

Related posts about .NET