- Command that accepts text via stdin. Pipes are supported (e.g.,{' '}
+ Command that accepts text via stdin. Chain multiple commands using pipes (e.g.,{' '}
cmd1 | cmd2
- ). Examples:{' '}
+ ) to mix and match tools. Default TTS examples:{' '}
festival --tts
+ . You can also use non-TTS commands or combine them, e.g.,{' '}
+
+ tee ~/log.txt | say
+ {' '}
+ to log and speak simultaneously.