Sound Manager Classes for Windows

Posted by Yakov on Stack Overflow See other posts from Stack Overflow or by Yakov
Published on 2010-06-12T03:34:52Z Indexed on 2010/06/12 5:03 UTC
Read the original article Hit count: 292

Filed under:
|
|
|
|

I need some classes for playing short wav sounds, this classes would load this wav files into memory when an instance created, play sounds in background when needed, release this wav files from memory when an instance disposed.

How can I do this on C# for windows (.Net 2.0)? (Win API's sndPlaySound, OpenAL or may be any wrapper) Ideally I would love to find an exist solution that simple and able to solve my task.

Do you know any solutions for this issue?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET