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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/espeak.py b/espeak.py
index 3843c79..1a88af3 100644
--- a/espeak.py
+++ b/espeak.py
@@ -23,6 +23,7 @@ logger = logging.getLogger('speak')
supported = True
+
class BaseAudioGrab(gobject.GObject):
__gsignals__ = {
'new-buffer': (gobject.SIGNAL_RUN_FIRST, None, [gobject.TYPE_PYOBJECT])