mimic

Lightweight text-to-speech engine based on CMU Flite

brewmacoslinux
Try with needOr install directly
Source

About

Lightweight text-to-speech engine based on CMU Flite

Commands

mimic

Examples

Convert text to speech and play audio$ mimic -t "Hello world"
Convert text to speech and save as WAV file$ mimic -t "Hello world" -o output.wav
Read text from a file and convert to speech$ mimic -f input.txt -o speech.wav