Reputation: 2370
how to change frequency (pitch) and the amplitude in wave file using c# like this but on wave file not tone http://www.youtube.com/watch?v=Tumpkl-xJuA
Upvotes: 3
Views: 7143
Reputation: 13033
This answer here provides all you need to read a wave (.wav) audio file into a c# array. It normalises the values from -1.0 to 1.0.
So all you need to do is
Upvotes: 1