Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simple PoC for global speech to text on Linux with Wayland support.

License

samcole8/stt-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stt-linux

Simple script for global speech to text on Linux with Wayland support.

Usage

To start recording, say start typing. To stop recording, say stop typing. Letters will be entered via a virtual keyboard as if they were typed.

Setup

  1. Create and activate a virtual environment with Python:

    python3 -m venv venv
    source venv/bin/activate
  2. Install pip dependencies:

    pip install -r requirements.txt
  3. Install wtype: The method of installation will depend on your package manager. For apt:

    sudo apt install wtype

    For pacman:

    sudo pacman -S wtype
  4. Run the script.

    python3 tts.py
    

About

Simple PoC for global speech to text on Linux with Wayland support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages