espeak-ng
Multi-lingual software speech synthesizer
Install
- All systems
-
curl cmd.cat/espeak-ng.sh
- Debian
-
apt-get install espeak-ng
- Ubuntu
-
apt-get install espeak-ng
- Arch Linux
-
pacman -S espeak-ng
- Kali Linux
-
apt-get install espeak-ng
- Fedora
-
dnf install espeak-ng
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install espeak-ng
- Raspbian
-
apt-get install espeak-ng
- Dockerfile
- dockerfile.run/espeak-ng
espeak-ng
Multi-lingual software speech synthesizer
eSpeak NG is a software speech synthesizer for English, and some other languages. eSpeak NG produces good quality English speech. It uses a different synthesis method from other open source text to speech (TTS) engines, and sounds quite different. It's perhaps not as natural or "smooth", but some find the articulation clearer and easier to listen to for long periods. It can run as a command line program to speak text from a file or from stdin. * Includes different Voices, whose characteristics can be altered. * Can produce speech output as a WAV file. * Can translate text to phoneme codes, so it could be adapted as a front end for another speech synthesis engine. * Potential for other languages. More than 80 languages are included. * Compact size. * Written in C.