Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要处理未压缩 (pcm) 的波 (wav) 文件。作为输入,我在流(System.IO.Stream)中接收到一个 wav。我需要做几件事:
任何人都知道 api、工具包、库、dll 或任何能够在 .net 中执行此操作的东西(C# 中的偏好)?
查看 NAudio。它支持 PCM WAV 播放和录音,我相信你可以用它完成你所需要的,但它可能需要一些工作。
http://naudio.codeplex.com
我相信另一个值得关注的 API 是 Bass Audio Library。我以前从未使用过它,但我读过关于它的好东西:
http://www.un4seen.com/