Skip to content

Conversation

@krmbn0576
Copy link
Collaborator

@krmbn0576 krmbn0576 commented Mar 16, 2018

Loading sounds of RMMV is very slower than the past RPG Makers.
So, I finally improve the speed of loading sounds :-)

  1. If the game works on the web browsers and the server accepts http range requests, load and decode multiply.
  2. Otherwise (the game is local, or the server rejects http range requests), load once and decode multiply.

In PC (desktop & laptop), you can hear the sounds almost on time! 😇
In mobile phones, you still feel a little delaying, but much better than before.

Copy link
Contributor

@Sigureya Sigureya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

onPartialLoad() and onWholeLoad() is Good Idea!

OK!

@krmbn0576 krmbn0576 merged commit d610558 into master Jun 11, 2018
@krmbn0576 krmbn0576 deleted the loadfast_sound branch June 11, 2018 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants