[.net] Playing Audio Files

Started by
0 comments, last by lonesock 17 years, 1 month ago
The .NET Framework doesn't seem to support playing any audio besides .wav files. Are there any (pref. cross platform) libraries I can use to play MP3, OGG, AAC (prolly proprietary or something, but hey), etc.? I'd prefer them to be simple, but I'm not adverse to learning. So far I've tried Tao.OpenAL, but I am lazy, and it's rather more complex than I'd like to deal with. I don't need 3D sound for my project, so I'd rather not mess with it if I can help it. I've also tried FMod, but none of the DLL's contained in the release seem to work with .NET. [Edited by - EmrldDrgn on March 7, 2007 7:30:00 PM]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~I program in C++, on MSVC++ '05 Express, and on Windows. Most of my programs are also for windows.
Advertisement
I'm enjoying using irrKlang, but it does not have a .NET wrapper yet, though the author will be adding it soon. Native 2D and 3D audio on Windows and Linux, wav & ogg support, with a plugin for mp3, very simple API.

This topic is closed to new replies.

Advertisement