I'm working on a mini project where I want to open different sound files and play them. I've found various types of snippets on Google that accomplish what I want but they rely on Windows Multimedia API which is a library that none of the school computers have. Is there an alternative method out there which I skipped over?
You can simply look for another 3rd party sound API that supports playing mp3s and include it in your program.
Just let Google do a search on .NET audio library.
IrrKlang.
Thanks.
BASS and FMOD should work without the Windows API too, as they're cross-platform.
Are you doing this in VB?
Sorry, you need to Log In to post a reply to this thread.