- Joined
- Jun 29, 2016
- Messages
- 202
- Reaction score
- 18
- First Language
- Filipino
- Primarily Uses
- RMMV
Hello @Fornoreason1000, I tried to used your plugin and it helps to remove the sound delay when i deployed in android app. But the problem is, I have an error that says
function Html5Audio() {
throw new Error('This is a static class');
}
that's what the error throws.
The event that i set is:
I'm not sure if line 134 of your plugin is what the error throws.
I tried to remove your plugin and it works but there's a sound delay
. I don't want to remove it because it removes the delay when deploying on android.
I Hope that it will be fixed hehehe. Thank you so much in advance
EDIT: I didn't encounter any error when i tried a playtest. In my case the error prompt only on android application.
EDIT: line 136 sorry.
function Html5Audio() {
throw new Error('This is a static class');
}
that's what the error throws.
The event that i set is:

I'm not sure if line 134 of your plugin is what the error throws.
I tried to remove your plugin and it works but there's a sound delay
I Hope that it will be fixed hehehe. Thank you so much in advance
EDIT: I didn't encounter any error when i tried a playtest. In my case the error prompt only on android application.
EDIT: line 136 sorry.
Last edited by a moderator: