Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ' \