## 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 ```