flite
Speech synthesis engine. More information: <http://www.festvox.org/flite/doc/>.
Install
- All systems
-
curl cmd.cat/flite.sh
- Debian
-
apt-get install flite - Ubuntu
-
apt-get install flite -
Alpine
-
apk add flite - Arch Linux
-
pacman -S flite - Kali Linux
-
apt-get install flite - CentOS
-
yum install flite - Fedora
-
dnf install flite - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install flite - Raspbian
-
apt-get install flite - Docker
-
docker run cmd.cat/flite flitepowered by Commando
Speech synthesis engine. More information: <http://www.festvox.org/flite/doc/>.
-
List all available voices:
flite -lv -
Convert a text string to speech:
flite -t "string" -
Convert the contents of a file to speech:
flite -f path/to/file.txt -
Specify which voice to use:
flite -voice file://path/to/filename.flitevox|url -
Store output into a wav file:
flite -voice file://path/to/filename.flitevox|url -f path/to/file.txt -o output.wav -
Display version:
flite --version
© tl;dr; authors and contributors