Demo Video and General Introduction
Installing
-
Clone the repo into your Talon user directory.
-
Clone the Talon community repository for general Talon commands
- This is the sole OS-agnostic dependency of this project.
You should frequently run git pull to update the scripts.
OS-Specific Dependencies
-
Linux
- Install
spd-say
to play standard tts. - Install
piper
to use theomnx
model for more natural speech- run
pipx install piper
to install it (thuspipx
is a dependency)
- run
- Install
-
Windows
- Using NVDA:
- Install the NVDA addon file from the repo releases page
- If you do not want to install the addon, disable
Speech interrupt for typed characters
in NVDA settings to make sure typing text from Talon is not interrupted with every typed character.
- Using NVDA:
-
Mac
- No extra dependencies