lingva-tts/README.md
2023-02-12 15:56:46 +08:00

306 B

OS

  • Linux

Installation

npm i -g git+https://git.yanknil.com/uohlhv/lingva-tts.git

Usage

# Speak the word `apple`
lingva-tts --lang en --query apple | aplay -q -r 48000

# Speak the content from selection (require xsel)
xsel | lingva-tts --lang en --stdin | aplay -q -r 48000