Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mouth.py
diff options
context:
space:
mode:
Diffstat (limited to 'mouth.py')
-rw-r--r--mouth.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/mouth.py b/mouth.py
index 5113db2..964653e 100644
--- a/mouth.py
+++ b/mouth.py
@@ -101,7 +101,8 @@ class Mouth(Gtk.DrawingArea):
context.stroke()
return True
-
+
+
class WaveformMouth(Mouth):
def __init__(self, audioSource, fill_color):
@@ -148,6 +149,7 @@ class WaveformMouth(Mouth):
return True
+
class FFTMouth(Mouth):
def __init__(self, audioSource, fill_color):