diff options
| author | yum <yum.food.vr@gmail.com> | 2025-09-18 19:26:02 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-09-18 19:26:02 -0700 |
| commit | 9fdde294643f035cb828ed4f8840fac332da7b7d (patch) | |
| tree | ea9c462a4fc3ac9219427b8a155d7b463533ba9a | |
| parent | bce085367e546e5801a41f55f2d5e84e12cc8607 (diff) | |
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ ## TaSTT: A deliciously free STT +Note: This project is archived and unsupported. Please consider these supported +alternatives: + +* [TTS Voice Wizard](https://github.com/VRCWizard/TTS-Voice-Wizard) - free, + uses WhisperCPP and optional cloud backends +* [VRCTextboxStt](https://github.com/I5UCC/VRCTextboxSTT) - free, uses the same + self-hosted backend as this tool +* [RabidCrab's STT](https://vrcstt.com/) - non-free, uses cloud transcription + TaSTT (pronounced "tasty") is a free speech-to-text tool for VRChat. It uses [a GPU-based transcription algorithm](https://github.com/openai/whisper) to turn your voice into text, then sends it into VRChat via OSC. |
