views:

226

answers:

1

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 I should to it on mp3 instead of wav

Michael.

+1  A: 

You could try and see if Bass.Net (comercial) or NAudio could work for your purposes.

Cornelius
I will take a look at the library. Thanks for the help.
Lehto