在 C# 中导入 .wav 文件并提取信号双精度数组

发布于 2024-12-12 00:40:48 字数 104 浏览 0 评论 0原文

我正在做一个关于音频信号处理的项目,我需要在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妖妓 2024-12-19 00:40:48

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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文