🎤 An easy-to-use text-to-speech, speech-to-text, and recording bot!
This bot was made in about a week. It was made to be a nice TTS/VTT bot, however I'll admit the VTT side of things are not the best.
Want to run your own version of the bot? Awesome! Just follow the steps below.
npm install
yarn install
This step is REQUIRED to run the bot. Voice to text uses Vosk, so please click the link below and download a model.
When you get to the page, there are many models. Download the one that you think will be the most accurate for your server. I would go with "vosk-model-en-us-0.22", however you should choose the model that is the best for both server specs and how accurate you want it to be.
After downloading it, please create a new folder called "models" in the main directory of this bot. It should NOT be in src. Move the model you just downloaded, which should be a folder of data, to the new folder you nammed "models". Now, rename the model you just put in the models folder as "model".
Thank you for completing these steps. Your new voice bot is ready!
Need help setting up Scribecord? Join Ch1ll Zone on Discord. We can help!