accessing wave file's sound data using csharp

H

Hitchkas

I want to access a wave file's sound data buffer, manipulate the
sound and attach the processed buffer back into the wave file using C#.
Are there any C# sample codes showing how this can be done?

Thanks in advance
 
M

Michael Nemtsev

Hello Hitchkas,

See http://www.codeproject.com/cs/media/WaveEdit.asp

H> I want to access a wave file's sound data buffer, manipulate the
H> sound and attach the processed buffer back into the wave file using
H> C#.
H> Are there any C# sample codes showing how this can be done?
H> Thanks in advance
H>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top