Last active
December 18, 2015 17:58
-
-
Save akx/5821923 to your computer and use it in GitHub Desktop.
This file contains 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 | |
curl -s -o /tmp/heta.wav http://www.bitlips.fi/tts/`curl -s "-Finput=$1" -Fvox=1 -Ffx=5 -Fspeed=-2 http://www.bitlips.fi/tts/demo.cgi | grep -oE "tmp.+?wav"` | |
[ -f /usr/bin/afplay ] && /usr/bin/afplay /tmp/heta.wav || sox /tmp/heta.wav -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./heta.sh nnep