Skip to content

Commit

Permalink
Update to include better recognizer model for dictation
Browse files Browse the repository at this point in the history
  • Loading branch information
krogenth committed Nov 14, 2023
1 parent 22a30b4 commit 80b4e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Setup

1. Setup a Virtual Audio Cable like [VB-Cable](https://vb-audio.com/Cable/).
2. For Vosk Recognition, you will need a model, many can be found [here](https://alphacephei.com/vosk/models), I would recommend the [vosk-model-small-en-us](https://alphacephei.com/vosk/models/vosk-model-small-en-us-0.15.zip).
2. For Vosk Recognition, you will need a model, many can be found [here](https://alphacephei.com/vosk/models), I would recommend the [vosk-model-small-en-us](https://alphacephei.com/vosk/models/vosk-model-small-en-us-0.15.zip) for those with lower tier GPUs, or the [vosk-model-en-us-daanzu-20200905-lgraph](https://alphacephei.com/vosk/models/vosk-model-en-us-daanzu-20200905-lgraph.zip) for those with a slightly above average GPU. Overall, I would recommend the l-graph over the small due to better dictation, but try different models and see what works best for you.
3. Extract the downloaded Vosk model (preferably to the same directory as `STTTS`).
3. Open whatever application you wish to use `STTTS` with, and set the Input device/Microphone to the `CABLE Output` device (for CB-Cable).
4. Download and extract the latest version from [here](https://github.com/krogenth/STTTS/releases).
Expand Down

0 comments on commit 80b4e13

Please sign in to comment.