1

I'm doing a project on audio signal processing and I need to import a wav file in c# and extract an array of doubles or floats that contains the signal data. Most of the tutorials for audio libraries I've found don't seem to do stuff this low-level. Any help would be appreciated, thanks.

mskfisher
  • 3,291
  • 4
  • 35
  • 48

1 Answers1

1

http://www.codeproject.com/KB/audio-video/PlayWavFiles.aspx this site helped me, but the .exe file became very large due to the imported wav files. So sending the project via email will be a problem. :) I hope I'm not too late; you posted this quite a while ago...

Yaz
  • 19
  • 1