speak
Multi-lingual software speech synthesizer
Install
- All systems
-
curl cmd.cat/speak.sh
- Debian
-
apt-get install espeak-ng-espeak
- Ubuntu
-
apt-get install espeak-ng-espeak
- Arch Linux
-
pacman -S espeak-ng-espeak
- Kali Linux
-
apt-get install espeak-ng-espeak
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install espeak-ng-espeak
- OS X
-
brew install espeak-ng-espeak
- Raspbian
-
apt-get install espeak-ng-espeak
- Dockerfile
- dockerfile.run/speak
espeak-ng-espeak
Multi-lingual software speech synthesizer
eSpeak NG is a software speech synthesizer for English, and some other languages. This package contains compatibility links that makes it a drop-in replacement for the espeak package. Installing this package thus allows one to make applications calling the /usr/bin/espeak program use eSpeak NG without any modification or rebuild.
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.
espeak
Multi-lingual software speech synthesizer
eSpeak is a software speech synthesizer for English, and some other languages. eSpeak 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 40 languages are included. * Compact size. The program and its data total about 350 kbytes. * Written in C++.