如何组装 WAV 文件?

发布于 2024-08-31 15:05:33 字数 85 浏览 5 评论 0原文

在 PC 上成功接收并提取来自以太网 UDP 数据包的音频样本后,我需要用 C# 将它们组装成 WAV 文件。

有示例代码吗?有什么建议吗?

After having successfully received and extracted audio samples from Ethernet UDP packets at the PC, I need to assemble them to a WAV file, in C#.

Any example code? Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

ゝ偶尔ゞ 2024-09-07 15:05:34

我使用此页面来了解 WAV 格式:

https://ccrma.stanford.edu/ course/422/projects/WaveFormat/

它缺少我在读取现实世界 WAV 文件中发现的一些问题,但对于编写它们来说应该是足够好的信息,而且很容易理解。

I used this page to understand WAV format:

https://ccrma.stanford.edu/courses/422/projects/WaveFormat/

It's missing some wrinkles I found in reading real-world WAV files, but it should be good enough info for writing them, and pretty easy to understand.

屋檐 2024-09-07 15:05:34

以下文章没有提供您需要的确切源代码,但阅读它以及其中列出的四篇博客文章应该会引导您走向正确的方向。

http://blogs.msdn.com/coding4fun/archive/ 2010/05/03/10006604.aspx

The following article doesn't provide the exact source code that you need, but reading it and the four blog posts that are listed in it should steer you in the correct direction.

http://blogs.msdn.com/coding4fun/archive/2010/05/03/10006604.aspx

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