Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Speak.activity/espeak.py
diff options
context:
space:
mode:
Diffstat (limited to 'Speak.activity/espeak.py')
-rw-r--r--Speak.activity/espeak.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Speak.activity/espeak.py b/Speak.activity/espeak.py
index d3cbab3..389045d 100644
--- a/Speak.activity/espeak.py
+++ b/Speak.activity/espeak.py
@@ -59,10 +59,10 @@ class BaseAudioGrab(gobject.GObject):
cmd + ' ' \
'! decodebin ' \
'! tee name=tee ' \
- 'tee.! queue ' \
+ 'tee.! audioconvert ' \
'! alsasink ' \
'tee.! queue ' \
- '! fakesink name=sink')
+ '! audioconvert ! fakesink name=sink')
def on_buffer(element, buffer, pad):
# we got a new buffer of data, ask for another