Skip to content

TextboxSTT v0.8.1

Compare
Choose a tag to compare
@I5UCC I5UCC released this 28 Feb 14:43
· 504 commits to main since this release

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:
    image
  • Emote Support over KAT!
    • Support for up to 80 Emotes!
    • 15 emotes by default, rest sacrifices Japanese Hiragana for emote slots. Just replace the KAT texture with the replacement texture sheet provided in the programs files "KAT_Emote_Texture_Sheet" folder. Here are some examples:
      KAT_CharTiles
  • 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.