From cd22493900fcd0fcb2a2424382f027e9426066b3 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Sat, 21 Mar 2009 19:53:35 +0000 Subject: Add fake wavenc to grind large buffers from espeak --- (limited to 'Speak.activity') diff --git a/Speak.activity/audio.py b/Speak.activity/audio.py index cd69529..d85fdc5 100644 --- a/Speak.activity/audio.py +++ b/Speak.activity/audio.py @@ -84,7 +84,7 @@ class AudioGrab(gobject.GObject): # and sends it to both the real audio output # and a fake one that we use to draw from p = 'espeak text="%s" pitch=%d rate=%d voice=%s ' \ - '! decodebin ' \ + '! wavenc ! decodebin ' \ '! tee name=tee ' \ 'tee.! audioconvert ' \ '! alsasink ' \ -- cgit v0.9.1