sound library for .NET ?

Started by
1 comment, last by jendave 19 years, 1 month ago
I am just trying to find the easiest way to play a sound for the gfx engine I am using.. HELP!!!?
http://www.mattherb.com now with CATCAM!
Advertisement
Easiest way is to start programming in 2.0, but that assumes you don;t want to be distributing it tomorrow. If you do use 2.0, the class you want is SoundPlayer, and there is also a version to place on your Form.

If you want to use .Net 1.1 you should probably just use DirectShow from DirectX.
Turring Machines are better than C++ any day ^_~
You my want to give SDL.NET a try (http://cs-sdl.sourceforge.net). It is a cross-platform sound, music and 2D graphics .NET library built upon SDL.

Disclaimer: I wrote and maintain the current version of the library.
SDL.NET http://cs-sdl.sourceforge.netTao.Sdlhttp://mono-project.com/Tao

This topic is closed to new replies.

Advertisement