From a2f8fa01db08837a912c1d14648ba943ff835614 Mon Sep 17 00:00:00 2001 From: Rafael Ortiz Date: Fri, 10 Jun 2011 03:39:51 +0000 Subject: Enabling english_rp and english_wmids accents --- (limited to 'espeak_cmd.py') 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)) -- cgit v0.9.1