Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Maow - Voice Detection v1.0.0
- Original author: MaowImpl
- Original date: December 28, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/maow-voice-detection-v1-0-0.131534/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Maow_Voice by Maow/MaowImplAbout Microphone detection plugin, allows game developers to check for silence or easily grab the input volume. This plugin was created for use in experimental horror games, but may be used for any purpose.
Archived First Post
Maow_Voice
by Maow/MaowImpl
Aboutby Maow/MaowImpl
Microphone detection plugin, allows game developers to check for silence or easily grab the input volume.This plugin was created for use in experimental horror games, but may be used for any purpose.
Tested on: Desktop [Windows 10]
Installation & Usage
!! Download !!
This plugin doesn't need to be in the list in a specific order.
To get the volume:
Voice.getAverageVolume() (Returns a float)To check for silence:
Voice.isSilent() (Returns a boolean)The volume can be compared in a conditional branch like so:
Voice.getAverageVolume() >= 90It is recommended to use a parallel event if you are going for realtime mic detection.
Terms of Use
License: MIT
Plugin Header:
Code:
1. Do not try to claim this as your own work.
2. Attribution is not required, but it is preferred.
3. Free-use for commercial and noncommercial projects.
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use License: MIT Plugin Header: Code:
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...