๐ฆ ClawHub
speaker-local
by @babysor
Text-to-speech using Kokoro local TTS. Use when the user wants to convert text to audio, read aloud, or generate speech.
๐ก Examples
# Text string โ audio file
kokoro-tts <(echo "Hello world") hello.wav --voice af_sarahText file โ audio
kokoro-tts article.txt out.wav --voice af_heartChinese
kokoro-tts story.txt out.wav --voice zf_xiaoni --lang cmnEPUB / PDF โ chapter audio files
kokoro-tts book.epub --split-output ./chapters/ --format mp3 --voice bf_emmaVoice blending (60-40 mix)
kokoro-tts input.txt out.wav --voice "af_sarah:60,am_adam:40"Adjust speed
kokoro-tts input.txt out.wav --voice am_adam --speed 1.2Stream playback (no file saved)
kokoro-tts input.txt --stream --voice af_nova
TERMINAL
clawhub install speak1