Loading...
Loading...
Speak text aloud using system TTS (say command on macOS/Linux) or browser TTS via Chrome DevTools Protocol. Use when: (1) job completes and you want to announce results, (2) user asks to hear something spoken, (3) notifications that need audio alerts, (4) accessibility - reading content aloud.
npx skill4agent add winsorllc/upgraded-carnival voice-outputsayespeakfestivalapt install espeak{baseDir}/scripts/speak.sh "Hello, the job has completed successfully!"{baseDir}/scripts/speak-browser.js "Hello from the browser!"{baseDir}/scripts/list-voices.jssay -v "?" {baseDir}/scripts/speak.sh "Hello" --voice "Samantha"{baseDir}/scripts/speak.sh "Hello" --rate 200{baseDir}/scripts/speak.sh "Job complete! Processed 50 files, found 3 issues."{baseDir}/scripts/speak.sh "Summary: Four files were modified, two tests added."{baseDir}/scripts/speak-browser.js "Speaking directly through the browser!"saysudo apt install espeak&