- Joined
- May 13, 2012
- Messages
- 256
- Reaction score
- 361
- First Language
- Indonesian
- Primarily Uses
- RMMV
Hi, everyone.
I want to bring good news for you who thinks that RPG Maker MV is takes too much time to load audio, especially for games that require accurate audio timing that will ruin the atmosphere of the story if too much delay in audio playback.
This time, I hope the problem is solved because a wonderful guy named Kuramubon (くらむぼん) created a plug-in that loads audio fast! !
With this plug-in, the audio will be played quickly.
It will affect all RPG Maker MV deployment. PC version, the browser version, and mobile version.
In addition, this plugin has bonus feature that you will like it. The feature to allow only OGG music to be played in any platform that previously not supported it, including iOS and Safari Web Browser. In other words, you can play audio without preparing .m4a files. It is really a time saver especially if you have lots of custom music for your games, you don't have to work twice for setting LOOPSTART and LOOPLENGTH audio tags in every music. It will also give you benefits to reduce the overall size of your project so you can save your PC or server storage space.
Operating Environment
Any RPG Maker MV supported platform, including iOS 10 or higher and web browser.
Download
https://raw.githubusercontent.com/krmbn0576/rpgmakermv/master/js/plugins/AudioStreaming.js
https://raw.githubusercontent.com/krmbn0576/rpgmakermv/master/js/plugins/stbvorbis_stream.js
https://raw.githubusercontent.com/krmbn0576/rpgmakermv/master/js/plugins/stbvorbis_stream_asm.js
(Please right-click and save the above three addresses respectively)
How to use
Put three plugins above: AudioStreaming.js, stbvorbis_stream.js, and stbvorbis_stream_asm.js in plugins folder.
However, only AudioStreaming.js should be turned ON in plugin management.
The other two may be "OFF" or shouldn't be registered in plugin management.
Additional feature
PLEASE MAKE A BACKUP BEFORE USING IT, JUST IN CASE !!!
I want to bring good news for you who thinks that RPG Maker MV is takes too much time to load audio, especially for games that require accurate audio timing that will ruin the atmosphere of the story if too much delay in audio playback.
This time, I hope the problem is solved because a wonderful guy named Kuramubon (くらむぼん) created a plug-in that loads audio fast! !
With this plug-in, the audio will be played quickly.
It will affect all RPG Maker MV deployment. PC version, the browser version, and mobile version.
In addition, this plugin has bonus feature that you will like it. The feature to allow only OGG music to be played in any platform that previously not supported it, including iOS and Safari Web Browser. In other words, you can play audio without preparing .m4a files. It is really a time saver especially if you have lots of custom music for your games, you don't have to work twice for setting LOOPSTART and LOOPLENGTH audio tags in every music. It will also give you benefits to reduce the overall size of your project so you can save your PC or server storage space.
Operating Environment
Any RPG Maker MV supported platform, including iOS 10 or higher and web browser.
Download
https://raw.githubusercontent.com/krmbn0576/rpgmakermv/master/js/plugins/AudioStreaming.js
https://raw.githubusercontent.com/krmbn0576/rpgmakermv/master/js/plugins/stbvorbis_stream.js
https://raw.githubusercontent.com/krmbn0576/rpgmakermv/master/js/plugins/stbvorbis_stream_asm.js
(Please right-click and save the above three addresses respectively)
How to use
Put three plugins above: AudioStreaming.js, stbvorbis_stream.js, and stbvorbis_stream_asm.js in plugins folder.
However, only AudioStreaming.js should be turned ON in plugin management.
The other two may be "OFF" or shouldn't be registered in plugin management.
Additional feature
- Visually monitoring your game audio performance by activating "measure performance mode" at plugin option.
- If "Erase m4a file" plugin option is turned on in the plug-in parameter, all m4a files of the game can be deleted at the start of the next test play.
PLEASE MAKE A BACKUP BEFORE USING IT, JUST IN CASE !!!
- Author: Kurambon (くらむぼん)
- License: MIT
- Non-commercial use: free
- Commercial use: free
- Redistribution: OK
- Editing: OK
- Redistribution after editing: OK
- Series: RPG Maker MV
Last edited: