RPG Maker Plugin for Audio Convolution
A downloadable plugin
What Is This?
This plugin allows you to use audio convolution to make your existing sounds & music sound as if they're being played in small, cramped rooms, huge, echo-y caves, or anywhere else you can imagine!
How to Use
I've put together a 10 minute YouTube video which demonstrates the plugin, explains how to use it, how it was made, and where you can find many-many free effects to use with the plugin!
tl;dw:
- Place the contents of the
js/plugins
folder in your game'sjs/plugins
folder - Place the contents of the
audio/convolver
folder in your game'saudio/convolver
folder- Yeah, that's probably a new folder for your project!
- There are two plugins (the second is technically optional, but you probably want both):
bentelk_AudioFilters
bentelk_AudioFiltersMapHelper
(must be loaded after the first)
- Use notetags in your maps to apply audio convolution to the types of sounds you want, on that map, ex:
<filterbgm:echo>
<filterse:muffle>
- See each plugin's help for more information and ways to use these plugins!
Finding & Making New Effects
The plugin comes with echo
and muffle
effects - called "impulse responses" - but you can find many other effects online, for free, or even record your own!
- Search "impulse response" on freesound.org (hundreds of results!)
- Search "create impulse response" on YouTube
How it Works
Audio convolution is a feature built in to browsers, and even desktop/downloaded RPG Maker games run on a small, isolated browser. This plugin taps into that built-in feature, and exposes it to RPG Maker.
There are a few tutorials online for how to use audio convolution within the browser; I happened to use this one when making this plugin:
More Stuff I Make
- Dozens of free RPG Maker plugins: https://github.com/BenMakesGames/RPG-Maker-MV-Plugins
- Free, browser based games:
- Other games: https://benmakesgames.itch.io/
Status | Released |
Category | Assets |
Rating | Rated 4.5 out of 5 stars (2 total ratings) |
Author | benmakesgames |
Tags | Audio, Music, RPG Maker, Sound effects |
Download
Click download now to get access to the following files:
Comments
Log in with itch.io to leave a comment.
Does this plugin works with RPG Maker MZ?