From 37cc8ed1be82569982626f757be6eaaca83c8cf6 Mon Sep 17 00:00:00 2001 From: flavio Date: Tue, 31 Jul 2012 14:53:37 +0000 Subject: Modularización y correcciones en gstreamer --- (limited to 'face.py') diff --git a/face.py b/face.py index 6e208a5..37a6f97 100644 --- a/face.py +++ b/face.py @@ -30,6 +30,7 @@ from gi.repository import Gdk import sugar3.graphics.style as style import espeak +from espeak import BaseAudioGrab import eye from eye import Eye from eye import Glasses @@ -104,7 +105,7 @@ class View(Gtk.EventBox): self.fill_color = fill_color self.modify_bg(0, self.fill_color.get_gdk_color()) - self._audio = espeak.AudioGrab() + self._audio = BaseAudioGrab() self._eyes = [] self._eyebox = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL) -- cgit v0.9.1