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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/espeak_gst.py b/espeak_gst.py
index 4da4f9d..a492cf6 100644
--- a/espeak_gst.py
+++ b/espeak_gst.py
@@ -23,7 +23,6 @@ import espeak
PITCH_MAX = 200
RATE_MAX = 200
-
class AudioGrabGst(espeak.BaseAudioGrab):
def speak(self, status, text):
# XXX workaround for http://bugs.sugarlabs.org/ticket/1801
@@ -47,7 +46,6 @@ class AudioGrabGst(espeak.BaseAudioGrab):
self.restart_sound_device()
-
def voices():
out = []