Welcome to PGMV! 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.
Mp3Audio Manager - Mp3AudioManager.js
Plugin desc : MP3 Audio Management Plug-in
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/Mp3AudioManager.js
File name : Mp3AudioManager.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc MP3 Audio Management 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-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- AudioFormatMp3.js Enables the use of mp3 files in Maker MV. The advantages of mp3 are that it can be played in almost any environment and there are many existing materials available. You can also play specific files (files with "mp3" at the end) in mp3 format. To play mp3 files in the desktop environment (Game.exe), you must update NW.js. In addition, you can set your own loop tag within the plugin. This setting overrides any loop tag pre-set in the file. This plugin does not have a plugin command. 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 EXE実行で使用 @text Used for EXE execution @desc I use mp3 files in Game.exe (NW.js). @type boolean @default true @param PCブラウザで使用 @text Use on a PC browser @desc Use the mp3 file in a PC web browser. @type boolean @default true @param モバイルブラウザで使用 @text Use in mobile browsers @desc Use mp3 files in your mobile web browser. @type boolean @default true @param ファイル末尾で判断 @text Determined by the end of the file @desc It will only use mp3 files if the filename ends with the word mp3. @type boolean @default false @param ループタグ情報 @text Loop Tag Information @desc Loop tag information. All units are milliseconds. Please set either a BGM file or a BGS file. @type struct<LoopTag>[] @param ループタグ単位 @text Loop tag unit @desc The unit of the loop tag. Currently, only milliseconds can be specified. @type select @default ms @option ms