Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-03-21 19:53:35 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-03-21 19:53:35 (GMT)
commitcd22493900fcd0fcb2a2424382f027e9426066b3 (patch)
treebad316fe0ec325126548a6fa2334164925dd29ec /Speak.activity
parent6424827ae26ad57756aa21a7ffe5a6ad8e8e1391 (diff)
Add fake wavenc to grind large buffers from espeak
Diffstat (limited to 'Speak.activity')
-rw-r--r--Speak.activity/audio.py2
1 files changed, 1 insertions, 1 deletions
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 ' \