Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/espeak_gst.py
diff options
context:
space:
mode:
Diffstat (limited to 'espeak_gst.py')
-rw-r--r--espeak_gst.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/espeak_gst.py b/espeak_gst.py
index 3b1d326..f3f1c9c 100644
--- a/espeak_gst.py
+++ b/espeak_gst.py
@@ -50,9 +50,9 @@ def voices():
for i in gst.element_factory_make('espeak').props.voices:
name, language, dialect = i
- if name in ('en-rhotic','english_rp','english_wmids'):
+ #if name in ('en-rhotic','english_rp','english_wmids'):
# these voices don't produce sound
- continue
+ # continue
out.append((language, name))
return out