TextboxSTT v0.8.1
Download GPU Version (Faster, Higher Requirements, Bigger Performance Compromises)
Download CPU Only Version (Slower, Lower Requirements, Smaller Performance Compromises)
Requirements
With default settings, this program has following requirements:
- CPU version:
- ~2GB of storage space.
- ~1GB of available RAM.
- GPU version:
- CUDA enabled GPU (NVIDIA ONLY), otherwise it will fall back to using CPU.
- ~5GB of storage space.
- ~1GB of available RAM.
- ~1GB of available VRAM.
- SteamVR (IF ran in VR, no Oculus support as of now.)
v0.8.1 Changelog
- Fixed breaking issue that prevented TextboxSTT from running with VRChat simultaneously
- Fixed issue where TextboxSTT had to be run before SteamVR.
v0.8 Changelog
Most notable changes
- Added a SteamVR overlay!
- See your transcribed messages right in front of your vision!
- Turned off by default, make sure you turn it on in the settings, if you want to use it!
- Added different transcription modes!
- once (Default). How the program always used to function. Speak once and after you stop talking, transcribe once.
- once_continuous. Speak and continuously update as you are speaking until you stop talking.
- realtime. Always listen and continously update as you are speaking.
- Added energy threshold determination. press the ⟳ button next to the energy threshold textbox in the settings UI to automatically determine the energy threshold for your microphone!
- Replaced "Banned Words" with "Word Replacements". you can now replace any word with another of your choosing:
- Emote Support over KAT!
- Added a "Reset OSC Config" button to the main Settings UI, to quickly reset VRChats OSC config. (Requires a restart of VRChat to take effect)
- #1 Added Translation from any language to English.
Fixes
- Fixed delayed messages when using mode 0.
- Fixed deletion of messages when using in game keyboard.
- Fixed auto detection of language.
Other changes
- transcribing now takes account of the last audio window when needed.
- moved all OSC related code to the OscHandler class.
- other refactoring of code.