From 4f90528655ebda14239c94aef85b47abd31132d8 Mon Sep 17 00:00:00 2001 From: flavio Date: Thu, 26 Jul 2012 01:47:04 +0000 Subject: size corrections --- (limited to 'mouth.py') diff --git a/mouth.py b/mouth.py index 6ff6243..1155bb0 100644 --- a/mouth.py +++ b/mouth.py @@ -24,7 +24,6 @@ # This code is a super-stripped down version of the waveform view from Measure from gi.repository import Gtk -from gi.repository import cairo from struct import unpack import numpy.core @@ -33,7 +32,7 @@ class Mouth(Gtk.DrawingArea): def __init__(self, audioSource, fill_color): Gtk.DrawingArea.__init__(self) - + self.buffers = [] self.buffer_size = 256 self.main_buffers = [] -- cgit v0.9.1