vote up 0 vote down star

hi sup? Im trying to write a SAMPLER program, where each key has a different sound (a WAV file).

Can someone explain me or give me a link to an explanation where i can learn how to play the WAV files? if it matters,im working with Microsoft visual c# and using WinForms. thanks

flag

1 Answer

vote up 4 vote down
SoundPlayer simpleSound = new SoundPlayer(strAudioFilePath);
simpleSound.Play();
link|flag

Your Answer

Get an OpenID
or

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