lingva-tts/README.md

20 lines
306 B
Markdown
Raw Normal View History

2023-02-11 23:08:50 +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
```