Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
525 stars 136 forks source link

Workaround for Windows MCI or alternative #118

Closed PabloNeirotti closed 9 years ago

PabloNeirotti commented 9 years ago

Hey guys!

Spamming the 3rd and last issue I have to get my game working. And that is Audio.

Right now I am using the Windows MCI (winmm) to play my audio files. As for now, it finds the files and all, but it won't play. I am still trying to find out exactly why (all calls to the DLL seem to go out with the correct data, just like on RPG Maker VX Ace player).

The features I need from MCI are:

Do you know of any issues (couldn't find any on GitHub) regarding using MCI? Most importantly, is there maybe an open library I can use, that maybe will work on all platforms, that can do all of the above and work with MKXP?

I would appreciate any help on this issue. Thank you!

PabloNeirotti commented 9 years ago

Didn't find an open alternative, but made it work now. I'll be closing this!