I really want to give this a stab (not just for my project but to have the first really well documented music player for this format in Java), but seeing that I have very little knowledge about emulator implementation besides the very basics, I have 3 choices.
- Find an existing C++ solution and port it over.
- Find a working Java SNES emulator and adapt the sound module.
- Create some bindings to a DLL. But this means that the plugin/DLL would have to be available on all platforms, and that’s not likely.
Are there any working Java SNES emulators in existence? I’ve only found one, and it’s no longer updated nor is the download available.