Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speaker.py
diff options
context:
space:
mode:
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 03c7275..b9c8601 100755
--- a/speaker.py
+++ b/speaker.py
@@ -48,7 +48,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 = _p("espeak-voice", "en")
+ VOICE = _p("espeak-voice", "en-rp")
def speak(self, text):