Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/speak/espeak_cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'speak/espeak_cmd.py')
-rw-r--r--speak/espeak_cmd.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/speak/espeak_cmd.py b/speak/espeak_cmd.py
index 511866c..1e03797 100644
--- a/speak/espeak_cmd.py
+++ b/speak/espeak_cmd.py
@@ -57,9 +57,7 @@ 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'):
- # these voices don't produce sound
+ if stuff.startswith('mb/'):
continue
out.append((language, name))