Importing a .wav file in c# and extracting the signal an array of doubles

北慕城南 提交于 2019-12-24 10:52:09

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!