diff options
author | momo <m@hackathon.de> | 2012-04-02 16:12:01 +0200 |
---|---|---|
committer | momo <m@hackathon.de> | 2012-04-02 16:12:01 +0200 |
commit | 96858e51f9640bea09857c6189982944bc53a0bc (patch) | |
tree | f0c4392b48ac6f25f4a9be723bb58857940038b9 /god | |
parent | 4553fc87e7afc57d6a14a98cc0e49c2cdaef1ac6 (diff) |
changing espeak into naturalvoices
Diffstat (limited to 'god')
-rwxr-xr-x | god/overlord/index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/god/overlord/index b/god/overlord/index index ef0aebb3..d9cae0c2 100755 --- a/god/overlord/index +++ b/god/overlord/index @@ -17,7 +17,7 @@ streams/streams stop amixer -q -c 0 -D hw:0 sset Front $max% mplayer god/overlord/announce.mp3 >/dev/null -espeak -v de -s 120 -a 900 "$*" +../../util/bin/naturalvoices2.sh "$*" # fade-in streams streams/streams start |