Whisper is OpenAI's default online STT service. It's cheap and fast.
Simply just setup an account with OpenAI, pay for credits in your account, and create an API key.
Link Here
LocalWhisper is a locally ran version of OpenAI's whisper. It's not as powerful (more likely to translate your speech wrong) but its free!
It is very easy to install, in the Dwemer Distro just make sure to install CUDA, then LocalWhisper.
You do have quite a few options for models to choose from:
config-Small-GPU-EN.yaml
A small English model (1-2GB VRAM)
config-Tiny-GPU-EN.yaml
A small English model (under 1GB VRAM)
config-Small-GPU-ES.yaml
A small Spanish model (under 1GB VRAM)
config-Small-CPU-EN.yaml
A small model that runs on your CPU (Slower but no VRAM requirements)
config-numbat-GPU-Skyrim-EN.yaml
A small English model trained for Skyrim words (1-2GB VRAM) GitHub Source
Deepgram is another online STT service that is fast and cheap.
One of the big benefits of Deepgram is they currently provided $200 in API usage for free for every new account. $200 will last you for a life time of STT transcriptions!
Simply create an account here, create and API key, and place it into the CHIM server.
We have “hacked” a free speech-to-text service by hijacking the Chrome inbuilt STT tools with CHIM.
What it does is bypass the ingame STT service. Instead it listens and injects your voice prompts automatically into the database from the web page.
There are 3 reasons you may want to use this:
It only works with Chrome and is a bit buggy so please keep that in mind.
You can find it in the CHIM server under Configuration - Chrome Free Speech-to-Text.
All you need to do is click the button for it to work! It bypasses the ingame MCM hotkey to talk so avoid using that.
One of our discord users, PhospheneOverdrive, wrote an autohotkey script to make it semi-push-to-talk.
https://pastebin.com/AJJsWhA7
We recommend you watch this video to learn more: