Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/espeak_cmd.py
diff options
context:
space:
mode:
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))