Skip to content

Majus-Dev/Resonite-STT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Majus' Resonite STT

This is my take on speech-to-text software for Resonite.

This is losely based on and inspired by Zetaphor and ShadowX's Resonite Voice Bridge without all the bells and whistles their speech-to-text program has.

Currently the only supported language is English

Majus' Resonite STT comes preloaded with an already set up config file with word replacements provided by Sloppy McFloppy.

Config

Zetaphor and ShadowX's Resonite Voice Bridge does word replacement in the browser.

Majus' Resonite STT does it on the server, and uses the provided config.cfg file for the word replacement.

The config.cfg file is also used for setting the port used for connecting with resonite and for setting the port the server will serve the static file from.

The default port for resonite is 5001 and for statically served files is 5000

Requirements

Google Chrome is required for the speech recognition api

Usage

Download and extract the latest release from Releases.

Open resonite-stt.exe.

Open Google Chrome to http://localhost:5000 (or whatever you have changed the port to)

Connect a Resonite WebSocket Client to ws://localhost:5001 (or whatever you have changed the port to)

Building the executable yourself or running in the cli

Install Node.js LTS.

To build run npm install and npm run build

To run in node do npm install and npm run start

Disclaimer

This project is not affiliated with Resonite or its staff, nor is it affiliated with Zedaphor, ShadowX, Resonite Voice Bridge or The Neolanders.

About

Speech-To-Text program for the game Resonite made in JavaScript and Google Chrome Speech API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors