Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Audio Suppression - AudioSuppression.js
Plugin desc : Audio Volume Suppression Plug-in
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/AudioSuppression.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/AudioSuppression.js
File name : AudioSuppression.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/AudioSuppression.js @plugindesc Audio Volume Suppression Plug-in @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- AudioSuppression.js Suppresses the volume of the audio being played when the specified switch is ON. However, this does not apply to SE or ME. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission, and there are no restrictions on its use (commercial, R18+, etc.). This plugin is now yours. @param triggerSwitch @text Trigger switch @desc The number of frames over which the audio fades out to minimum volume. @type switch @default 1 @param minVolume @text Minimum volume @desc The minimum volume value. @type number @default 50 @min 0 @max 100 @param fadeTime @text Fade Out Time @desc The number of frames over which the audio fades out to minimum volume. @type number @default 60 @min 1 @param fadeInTime @text Fade-in Time @desc The number of frames the audio will fade in from its minimum volume. @type number @default 60 @min 1