Skip to content

Instantly share code, notes, and snippets.

@KristobalJunta
Created December 13, 2016 14:35
Show Gist options
  • Save KristobalJunta/557dc6f7d043b0e736f58542a2d4cd1a to your computer and use it in GitHub Desktop.
Save KristobalJunta/557dc6f7d043b0e736f58542a2d4cd1a to your computer and use it in GitHub Desktop.
Du Hast by espeak
#!/bin/bash
spd-say -l de -r -50 "du"
sleep 1
spd-say -l de -r -50 "du hast"
sleep 1
spd-say -l de -r -50 "du hast mich"
sleep 1.5
#spd-say -l de -r -50 "du hast mich"
#sleep 1.5
spd-say -l de -r -20 "du hast mich gefragt"
sleep 2
spd-say -l de -r -20 "du hast mich gefragt"
sleep 2.5
spd-say -l de -r -10 "du hast mich gefragt und ich hab nichts gesagt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment