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.
Simple Voice - SimpleVoice.js
Plugin desc : Simple Voice Plug-in
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/SimpleVoice.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/SimpleVoice.js
File name : SimpleVoice.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/SimpleVoice.js @plugindesc Simple Voice 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 ----- SimpleVoice.js Supports simple voice playback. You can play, loop, and stop the playback using plugin commands. The volume is separate from sound effects and can be adjusted in the options screen. It has a channel concept, and voices with the same channel number will not overlap. 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, 18+, etc.). This plugin is now yours. @param optionName @text Option Name @desc This is the name of the voice volume setting displayed on the options screen. @type string @default ボイス 音量 @param optionValue @text Option default value @desc The initial voice volume. @type number @default 100 @command PLAY_VOICE @text Voice performance @desc Play the voice. @arg name @text File Name @desc The name of the voice file. @type file @dir audio/se @arg volume @text volume @desc Voice file volume @type number @default 90 @min 0 @max 100 @arg pitch @text pitch @desc Voice file pitch @type number @default 100 @arg pan @text Left-right balance @desc Left/right balance of the voice file @type number @default 0 @min -100 @max 100 @arg channel @text Channel number @desc This is the channel number. Voices with the same channel number will not overlap. @type number @default 0 @arg loop @text Loop presence/absence @desc Whether to loop the voice playback. @type boolean @default false @command STOP_VOICE @text Stopping Voice @desc Stops the voice currently playing. You can stop it by specifying the file directly or the channel number. @arg name @text File Name @desc The name of the audio file to stop. @type file @dir audio/se @arg channel @text Channel number @desc The channel number of the voice to stop. @type number @default 0