espeak
Uses text-to-speech to speak through the default sound device. More information: <http://espeak.sourceforge.net>.
Install
- All systems
-
curl cmd.cat/espeak.sh
- Debian
-
apt-get install espeak - Ubuntu
-
apt-get install espeak -
Alpine
-
apk add espeak - Arch Linux
-
pacman -S espeak - Kali Linux
-
apt-get install espeak - CentOS
-
yum install espeak - Fedora
-
dnf install espeak - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install espeak - OS X
-
brew install espeak - Raspbian
-
apt-get install espeak - Docker
-
docker run cmd.cat/espeak espeakpowered by Commando
Uses text-to-speech to speak through the default sound device. More information: <http://espeak.sourceforge.net>.
-
Speak a phrase aloud:
espeak "I like to ride my bike." -
Speak a file aloud:
espeak -f path/to/file -
Save output to a WAV audio file, rather than speaking it directly:
espeak -w filename.wav "It's GNU plus Linux" -
Use a different voice:
espeak -v voice
© tl;dr; authors and contributors