- Joined
- Jan 12, 2020
- Messages
- 167
- Reaction score
- 394
- First Language
- English
- Primarily Uses
- RMMV
Original Plugin:
forums.rpgmakerweb.com
Now For MV!
MUSH Audio Engine - Spatial Audio/Voice Acting/New Channels/etc.
MUSH Audio Engine [v.1.06] by MushroomCake28 Download link: https://kamo-studio.itch.io/rpg-maker-mz-plugin-mush-audio-engine Introduction This is my core plugin that revamps the existing audio in RPG Maker MZ. It is the first in a series of plugins that will aim to improve the audio in RPG...

Now For MV!
Introduction
With permission and at the request of several others in the original thread, I am publicly releasing my quick-and-dirty MV conversion of @MushroomCake28's excellent MZ audio plugin, MUSH Audio Engine. It's not perfect, but should be better than nothing for those who want this plugin on MV!
Features:
From original thread:
- New BGM/BGS system that allows multiple BGMs/BGSs to be played at the same time.
- Added 2 optional extra channels to control volume separately: one channel for UI sound effects called UIS, and one channel for voice acting called VSC.
- Added a master volume option.
- Spatial Audio for BGM, BGS, and SE (volume and pan dynamically varies depending on player position to audio source(s)).
- Pitch and Volume variance for SE/UIS on each play.
- Ability to load the parent map's autoplay BGM if the current map doesn't have one.
Instructions:
See original thread. The only substantive difference in usage is the plugin commands. MZ uses a UI interface for plugin commands, but for MV, you enter the plugin commands as written text. Take note as some of the commands are rather long.
Every argument is required, in the exact order shown, or things will almost certainly break. Every argument is also case-sensitive. You can put 0 for fadeIn/fadeOut if not used.
For explanations of the individual arguments and what to put there, refer to the original thread. Follow the spelling and case setting described/shown in the photos. The ONLY meaningful difference is that for the PanType, you want to use either "LinearScaling" or "OriginExpand" (without the quotes, cap sensitive, and note the lack of a space). The space was removed for ease of processing the plugin commands.
MV Plugin Commands:
- PlayBGM Filename Channel Pitch AutoRemover Volume Pan FadeIn Interrupt
- PlayBGS Filename Channel Pitch AutoRemover Volume Pan FadeIn Interrupt
- StopBGM Channel FadeOut
- StopBGS Channel FadeOut
- StopAllBGM FadeOut
- StopAllBGS FadeOut
- AddSpacialBGM Filename Channel Pitch Dynamic MaxVolume Radius Strength PanType PanStartDistance PanLengthDistance CrossFade
- AddSpacialBGS Filename Channel Pitch Dynamic MaxVolume Radius Strength PanType PanStartDistance PanLengthDistance
- PlaySpatialSE Filename Pitch PitchVariance VolumeVariance MaxVolume EventId Radius Strength PanType PanStartDistance PanLengthDistance
- PlayVSC Filename Channel Pitch Volume Pan Interrupt

Plugin Command Examples:
PlayVSC AreYouReady 2 80 70 0 Ignore
- Plays the file "AreYouReady.ogg" from the /vsc folder on Vsc channel 2 with pitch 80, volume 70, pan 0, and "Ignore" interrupt setting
PlayBGM Town1 1 100 true 45 0 3 Pause
- Plays the file "Town1.ogg" from the /bgm folder using BGM channel 1 with pitch 100, AutoRemover "true", volume 45, pan 0, fadeIn of 3 secs, and "Pause" interrupt setting
AddSpacialBGS Sea 1001 100 false 70 8 100 OriginExpand 3 6
- Adds a spacial BGS playing file "Sea.ogg" from the /bgs folder using BGS channel 1001 with pitch 100, dynamic "false", max volume 70, radius 8, strength 100, pan type OriginExpand, pan start distance 3, pan length distance 6
- Plays the file "AreYouReady.ogg" from the /vsc folder on Vsc channel 2 with pitch 80, volume 70, pan 0, and "Ignore" interrupt setting
PlayBGM Town1 1 100 true 45 0 3 Pause
- Plays the file "Town1.ogg" from the /bgm folder using BGM channel 1 with pitch 100, AutoRemover "true", volume 45, pan 0, fadeIn of 3 secs, and "Pause" interrupt setting
AddSpacialBGS Sea 1001 100 false 70 8 100 OriginExpand 3 6
- Adds a spacial BGS playing file "Sea.ogg" from the /bgs folder using BGS channel 1001 with pitch 100, dynamic "false", max volume 70, radius 8, strength 100, pan type OriginExpand, pan start distance 3, pan length distance 6
Known Issues:
- Playing MEs does not mute/pause BGS or Mush BGM. Playing MEs is supposed to automatically stop any BGM or BGS (default or Mush) and resume them when the ME is finished. Unfortunately this behavior works only for RM's default BGM, but not for default BGS or for Mush BGM/BGS. I had to disable portions of the functions involved because it was causing a crash error I could not fix or trace. Therefore, any Mush BGM/BGS channels or default BGS will simply continue uninterrupted if an ME is played. I may or may not get around to fixing this, as I'm not only thoroughly vexed by it, I also don't personally care much about MEs or whether they mute BGM/BGS. Someone smarter than me is welcome to investigate! Otherwise, my advice: Manually mute/pause/resume any BGS or Mush BGMs as needed before or after using MEs.
Please report any other issues with this plugin conversion here. I cannot guarantee I will be able to address them, but I will at least take a look!
Terms of Use:
Same as MushroomCake28's original, which states:
Additionally, you may optionally credit "FeatherBrain Studios" if you want.
- This plugin is free for commercial and non-commercial use.
- You may edit the plugin, but please contact me before sharing any edits of the plugin.
- You can repost this plugin as long as you link back to this thread.
- Please credit MushroomCake28 in your project if you use this plugin.
DOWNLOAD PLUGIN:
See Attached Files
Attachments
Last edited: