An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

Scene Sound Test - SceneSoundTest.js

Plugin desc : Sound Test Plugin

License : MIT License

Author : Triacontane

Website : https://triacontane.blogspot.com/

Desc page : https://triacontane.blogspot.com/

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/SceneSoundTest.js

File name : SceneSoundTest.js

Help of plugin :

@url https://triacontane.blogspot.com/
@plugindesc Sound Test Plugin
@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-MV-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----
This will implement a sound test screen that allows you to listen to in-game
audio.
You can access this dedicated screen from the title screen, menu screen, and
plugin commands.
You will be able to listen to audio that has been played at least once during
the game.

Preparation
1. CSV Format
Prepare "SoundTest.csv" in the following format and place it under "/data/."
This is a comma-separated CSV format, and commas cannot be used within the
data.
Also, please save the file in "UTF-8" encoding.
Please be especially careful after editing in Excel, etc.

Item Name: Description
fileName: BGM filename. No extension required.
displayName: Song name displayed in the BGM list.
description: Description displayed in the help window. Entering ¥n will create
a line break.
type: Audio type (bgm or bgs or me or se)

You can also use the "Batch Processing Plugin" (BatchProcessManager.js) plugin
to analyze the current BGM folder and automatically generate a template CSV
file in the above format.

"Batch Processing Plugin" Distribution Location
https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/BatchProcessManager.js

A CSV sample is available here.
https://raw.githubusercontent.com/triacontane/RPGMakerMV/master/SoundTest.csv

2. JSON Format
If your environment does not support CSV format, such as RPG Atsumar,
please select this JSON format.
Prepare "SoundTest.json" in the following format and place it under "/data/."
Please save the file in UTF-8.

[
{"fileName":"BGM File Name", "displayName":"BGM Display Name", "description":"Description", "type":"BGM"},
{"fileName":"BGM File Name", "displayName":"BGM Display Name", "description":"Description", "type":"BGS""}
]

When using the CSV to JSON conversion tool, please note that an error will
occur if trailing commas are not entered correctly.

Plugin Command Details
Execute from the "Plugin Command" event command.
(Parameters must be separated by a space.)

SOUND_TEST_CALL
- Calls the sound test screen.

SOUND_TEST_LIBERATE_ALL
- Releases all songs marked with a question mark (? ? ) on the sound test screen.

SOUND_TEST_TITLE_VALID
- Sound test will be added to the title screen options.

SOUND_TEST_MENU_VALID
- Sound test will be added to the menu screen options.

Terms of Use:
You may modify and redistribute this plugin without permission from the
author, and there are no restrictions on its use (commercial, 18+, etc.).
This plugin is now yours.

@param コマンド名称
@text Command Name
@desc This is the command name that will be displayed in the title and menu screen.
@default サウンドテスト

@param タイトルに追加
@text Add to title
@desc Add a sound test to the title screen. (ON/OFF)
@type boolean
@default true

@param メニューに追加
@text Add to Menu
@desc Add a sound test to the menu screen. (ON/OFF)
@type boolean
@default true

@param 音量名称
@text Volume Name
@desc This is the in-game name for the BGM setting item "Volume."
@default 音量

@param ピッチ名称
@text Pitch Name
@desc This is the in-game name for the BGM setting item "Pitch."
@default ピッチ

@param 位相名称
@text Phase name
@desc This is the in-game name for the BGM setting item "Phase."
@default 位相

@param 背景ピクチャ
@text Background Picture
@desc You can specify a picture (/img/pictures/) to display as the background.
@type file
@require 1
@dir img/pictures/

@param 読込形式
@text Read format
@desc The format in which the data file is read.
@type select
@option CSV
@option JSON

@param 管理番号
@text Management number
@desc Only when distributing multiple games on the same server, please set different values for each game. (RPG Atsumar is not included.)

@param リスト操作タイプ
@text List Operation Type
@desc The operation type in the list window.
@type select
@default 1
@option 1 [OK: Play + Adjust Volume] [Shift: Stop Playing]
@value 1
@option 2 [OK: Play] [Shift: Adjust Volume]
@value 2

@param 説明文に曲名表示
@text Display song title in description
@desc Displays the song title in the BGM description window.
@type boolean
@default true

@param ヘルプ行数
@text Help Lines
@desc Number of lines in the description window. Specify 0 for the default of 2 lines.
@type number
@default 0

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.