pocket-tts

CPU-efficient text-to-speech tool for converting text to spoken audio

brewmacoslinux
Try with needOr install directly
Source

About

Text-to-speech application designed to run efficiently on CPUs

Commands

pocket-tts

Examples

convert text to speech and save as audio file$ pocket-tts --text 'Hello world' --output hello.wav
read file contents aloud and play audio$ pocket-tts --file document.txt --play
change voice language for text to speech$ pocket-tts --text 'Bonjour' --language fr --output french.wav
adjust speech speed and pitch for text output$ pocket-tts --text 'Hello' --speed 1.5 --pitch 0.8 --output modified.wav
use standard input to convert piped text to audio$ echo 'Read this aloud' | pocket-tts --output piped.wav