Created
December 13, 2016 14:35
-
-
Save KristobalJunta/557dc6f7d043b0e736f58542a2d4cd1a to your computer and use it in GitHub Desktop.
Du Hast by espeak
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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