在 C# 中导入 .wav 文件并提取信号双精度数组
我正在做一个关于音频信号处理的项目,我需要在 C# 中导入一个 wav 文件并提取包含信号数据的双精度或浮点数数组。我发现的大多数音频库教程似乎都没有做这么低级的事情。任何帮助将不胜感激,谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://www.codeproject.com/KB/audio-video/PlayWavFiles.aspx
这个网站帮助了我,但是由于导入了 wav 文件,.exe 文件变得非常大。因此通过电子邮件发送项目将会是一个问题。 :)
我希望我还不算太晚;你很久以前就发布过这个...
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...