Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/espeak.py
diff options
context:
space:
mode:
Diffstat (limited to 'espeak.py')
-rw-r--r--espeak.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/espeak.py b/espeak.py
index 8923e33..956bf21 100644
--- a/espeak.py
+++ b/espeak.py
@@ -158,7 +158,8 @@ class BaseAudioGrab(GObject.GObject):
def _new_buffer(self, buf):
self.emit("new-buffer", buf)
return False
-
+
+
def voices():
out = []
result = subprocess.Popen(["espeak", "--voices"],