From e4a821d5e38539d5edf6108583e1e1041facc8ab Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Mon, 8 Feb 2016 09:38:43 +0100 Subject: push to pulseaudio instead of going through the alsa emulation layer, fixes #56 --- voctogui/lib/videodisplay.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'voctogui/lib') 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 -- cgit v1.2.3