Go to file
2023-02-12 15:56:46 +08:00
.gitignore Init 2023-02-12 15:56:46 +08:00
index.mjs Init 2023-02-12 15:56:46 +08:00
package-lock.json Init 2023-02-12 15:56:46 +08:00
package.json Init 2023-02-12 15:56:46 +08:00
README.md Init 2023-02-12 15:56:46 +08:00

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