Playing a .WAV file in .NET
Posted
by Mori
on Stack Overflow
See other posts from Stack Overflow
or by Mori
Published on 2009-08-16T13:43:50Z
Indexed on
2010/03/19
1:41 UTC
Read the original article
Hit count: 229
I'm trying to write a SAMPLER program, where each key has a different sound (a WAV file).
Can someone explain to me or give me a link to an explanation where i can learn how to play the WAV files?
If it matters, I'm working with Microsoft Visual C# and using WinForms.
© Stack Overflow or respective owner