Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/espeak_cmd.py
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-06-10 03:39:51 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2011-06-10 03:39:51 (GMT)
commita2f8fa01db08837a912c1d14648ba943ff835614 (patch)
tree040c202ee67b953d1c91de6254a7572ecc233d57 /espeak_cmd.py
parent105f6228043a23e28209164f490857dcf10ac61e (diff)
Enabling english_rp and english_wmids accents
Diffstat (limited to 'espeak_cmd.py')
-rw-r--r--espeak_cmd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/espeak_cmd.py b/espeak_cmd.py
index 48a27a0..cddb440 100644
--- a/espeak_cmd.py
+++ b/espeak_cmd.py
@@ -55,8 +55,8 @@ def voices():
if not m:
continue
language, gender, name, stuff = m.groups()
- if stuff.startswith('mb/') or \
- name in ('en-rhotic','english_rp','english_wmids'):
+ if stuff.startswith('mb/'): #or \
+ #name in ('en-rhotic','english_rp','english_wmids'):
# these voices don't produce sound
continue
out.append((language, name))