vote up 0 vote down star

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

Is there any way to do this in C#?

flag

1 Answer

vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.