Strip wav header in c#

半腔热情 提交于 2020-01-04 17:49:32

问题


I want to be able to strip off a header from a wav file.

Is there any way to do this in C#?


回答1:


WAV Files uses the standard RIFF header format. See example here.

You can use this article as a starting point. It contains methods for reading and writing Wav files. Should be a simple job to strip/clear out the header info.



来源:https://stackoverflow.com/questions/1108585/strip-wav-header-in-c-sharp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!