问题描述
我在做音频信号处理的项目,我需要导入C#中的wav文件,并提取包含信号数据双打或float数组。大多数音频库,我发现教程似乎没有做的东西这种低层次的。任何帮助将是AP preciated,谢谢。
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.
推荐答案
的
这个网站帮助了我,但.exe文件,由于进口的wav文件变得非常大。因此,通过电子邮件发送的项目将是一个问题。 :)
我希望我不是太晚了;你这贴前一段时间...
http://www.codeproject.com/KB/audio-video/PlayWavFiles.aspxthis 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...
这篇关于导入C#中的.wav文件并提取信号双打的数组的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!