Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/audio.py
diff options
context:
space:
mode:
Diffstat (limited to 'audio.py')
-rw-r--r--audio.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio.py b/audio.py
index 09522bb..ddee412 100644
--- a/audio.py
+++ b/audio.py
@@ -20,6 +20,7 @@ import logging
_logger = logging.getLogger('memorize-activity')
+
class Audio(object):
def __init__(self):
self._player = gst.element_factory_make('playbin', 'player')