问题
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.
回答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...
来源:https://stackoverflow.com/questions/7901164/importing-a-wav-file-in-c-sharp-and-extracting-the-signal-an-array-of-doubles