aboutsummaryrefslogtreecommitdiff
path: root/voctogui/lib
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2016-02-08 09:38:43 +0100
committerMaZderMind <git@mazdermind.de>2016-02-08 09:38:43 +0100
commite4a821d5e38539d5edf6108583e1e1041facc8ab (patch)
tree67efa0434b8a27a840bbf0a403677618f3a61c21 /voctogui/lib
parentade18eda7372e1a8d855d0b98da1ab5eccbc30bb (diff)
push to pulseaudio instead of going through the alsa emulation layer, fixes #56
Diffstat (limited to 'voctogui/lib')
-rw-r--r--voctogui/lib/videodisplay.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/voctogui/lib/videodisplay.py b/voctogui/lib/videodisplay.py
index 9a02658..7f6ce2d 100644
--- a/voctogui/lib/videodisplay.py
+++ b/voctogui/lib/videodisplay.py
@@ -89,11 +89,10 @@ class VideoDisplay(object):
level name=lvl interval=50000000 !
"""
- # If Playback is requested, push fo alsa
+ # If Playback is requested, push fo pulseaudio
if play_audio:
- # ts-offset=1000000000 (1s) - should keep audio & video in sync but delay by 1s
pipeline += """
- alsasink
+ pulsesink
"""
# Otherwise just trash the Audio