CPU-efficient text-to-speech tool for converting text to spoken audio
Text-to-speech application designed to run efficiently on CPUs
pocket-tts$ pocket-tts --text 'Hello world' --output hello.wav$ pocket-tts --file document.txt --play$ pocket-tts --text 'Bonjour' --language fr --output french.wav$ pocket-tts --text 'Hello' --speed 1.5 --pitch 0.8 --output modified.wav$ echo 'Read this aloud' | pocket-tts --output piped.wav