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.
我希望能够从 wav 文件中剥离标题。
有没有办法在 C# 中做到这一点?
WAV 文件使用标准的 RIFF 标头格式。请参见此处的示例。
您可以使用本文作为起点。它包含读取和写入 Wav 文件的方法。剥离/清除标题信息应该是一项简单的工作。