I am trying to build a RPG Maker MV project using VS 2017 + Cordova for UWP purposes. Responders should ideally know how RPG Maker MV works.
I've got it working perfectly...except for the fact that none of the sound works. It's mostly .OGG sound. I am trying it with Windows x86, Local Machine. The sound works just fine in the MV environment and the sound on my system in general works fine too.
When a sound file plays, I get: 'WEBAUDIO17014: Decoding error: The stream provided is corrupt or unsupported' errors.
Is there a way around this, and how can I get this working? I'm so close!
The error message seems pretty clear: WebAudio can't decode your ogg files. I think you need to verify that it is supported or encode your audio with something else that is supported.