diff options
author | MaZderMind <git@mazdermind.de> | 2016-02-08 09:38:43 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-02-08 09:38:43 +0100 |
commit | e4a821d5e38539d5edf6108583e1e1041facc8ab (patch) | |
tree | 67efa0434b8a27a840bbf0a403677618f3a61c21 /voctogui | |
parent | ade18eda7372e1a8d855d0b98da1ab5eccbc30bb (diff) |
push to pulseaudio instead of going through the alsa emulation layer, fixes #56
Diffstat (limited to 'voctogui')
-rw-r--r-- | voctogui/lib/videodisplay.py | 5 |
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 |