Skip to content

v1.4.3

Compare
Choose a tag to compare
@I5UCC I5UCC released this 07 May 23:31
· 271 commits to main since this release

🢃 Download Release

Discord Support Server


With default settings, this program has following requirements:

  • Visual C++ Redistributables
  • SteamVR (IF ran in VR, no Oculus/Meta support as of now.)
  • Inference on GPU (Recommended):
    • CUDA enabled GPU (NVIDIA ONLY), otherwise it will fall back to using CPU.
    • ~5GB of storage space.
    • ~1GB of available RAM.
    • ~500MB of available VRAM.
  • Inference on CPU:
    • ~2GB of storage space.
    • ~400MB of available RAM.

Depending on settings changed in the program those requirements can change rapidly.


v1.4.3 Changelog

  • Checking for updates is now done without command line windows popping up every time.
  • Update progress is now shown in the program.
  • Some Requirements are locked to certain versions, to prevent big updates of dependencies to break the program.
  • A few background fixes for the development side of things.

All Changelogs >=v1.0

Full Changelog: v1.4.1...v1.4.3

Installing and Updating TextboxSTT

Install the Visual C++ Redistributables

After first launch, the TextboxSTT Launcher will tell you that the program is not yet installed and asks you if you want to only install the CPU dependencies:

234649759-d70f5fb6-ef71-49c6-b84b-91e6530bb2e3
After selecting an option (y = yes, n = no), No by default and recommended, TextboxSTT will start installing all the dependencies needed. This only has to be done once, after it will update dependencies whenever an update is available.
After the installation is done, TextboxSTT will start like normal.
To know whether an update is available, a button in the top right of the program will appear, informing you of a new update:

Updater
After clicking this button, the program will be updated and leads to a restart of the program. This process generally doesnt take much time.