- Joined
- Feb 23, 2018
- Messages
- 39
- Reaction score
- 8
- First Language
- English
- Primarily Uses
- RMMV
Are there any plugins for RPG Maker MV that can detect speech interpret that speech into a string of text, and then save it as a variable? From my research, I found that there is a web API for Chrome that recognizes speech, but I have been met with little success implementing it into MV. I would really appreciate any help I could get on this, as I am not very experienced in creating plugins.
Speech API:
developer.mozilla.org
developer.mozilla.org
Speech API:

Web Speech API - Web APIs | MDN
The Web Speech API enables you to incorporate voice data into web apps. The Web Speech API has two parts: SpeechSynthesis (Text-to-Speech), and SpeechRecognition (Asynchronous Speech Recognition.)

SpeechRecognition - Web APIs | MDN
The SpeechRecognition interface of the Web Speech API is the controller interface for the recognition service; this also handles the SpeechRecognitionEvent sent from the recognition service.