Skip to content

TextboxSTT v0.7 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@I5UCC I5UCC released this 20 Feb 14:59
· 525 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)


v0.7 Alpha Changelog

Most notable changes

  • 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 a 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)

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.