Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speaker.py
diff options
context:
space:
mode:
authorflavio <fdanesse@gmail.com>2013-10-01 22:15:32 (GMT)
committer flavio <fdanesse@gmail.com>2013-10-01 22:15:32 (GMT)
commitb61c84e88bede42252990620f5289838508e376c (patch)
tree833ccf7d84a263fefa500138d650072c2beb11cd /speaker.py
parent1ddd85641d906607b256c0e5b5197adc471d3dc9 (diff)
Anular TimeWriter
Diffstat (limited to 'speaker.py')
-rwxr-xr-xspeaker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/speaker.py b/speaker.py
index 1963747..cd21708 100755
--- a/speaker.py
+++ b/speaker.py
@@ -50,7 +50,7 @@ class Speaker:
# TRANS: The language and voice variant
# Look at http://espeak.sourceforge.net/commands.html for details, and
# http://espeak.sourceforge.net/languages.html to see if your language is supported.
- VOICE = _("en")
+ VOICE = _("es")
# Temporary file to save the 'espeak -w' output and then play it
# with 'playwave' command