pocket-tts

CPU-efficient text-to-speech application for converting text to 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 text from file and generate speech$ pocket-tts --file input.txt --output output.wav
Convert text with custom voice settings$ pocket-tts --text 'Example text' --voice en-US --output speech.wav