diff options
author | MaZderMind <git@mazdermind.de> | 2016-01-10 21:52:50 +0100 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-01-10 21:52:50 +0100 |
commit | f060dc9d2e06f36c0ebb442144b028d4bd3fe918 (patch) | |
tree | 50f47055a9fb5a4d87741cd808bf56c7b16a05ee /voctogui | |
parent | e07ead79ac6e6897f5c6fa8d84a380ae99b028f8 (diff) |
disable mainvideo audio playout in default settings, #37
Diffstat (limited to 'voctogui')
-rw-r--r-- | voctogui/default-config.ini | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/voctogui/default-config.ini b/voctogui/default-config.ini index cfc422f..e058318 100644 --- a/voctogui/default-config.ini +++ b/voctogui/default-config.ini @@ -10,7 +10,9 @@ width=320 use=true [mainvideo] -playaudio=true +# disabled by default because it seems there's an issue, see +# https://github.com/voc/voctomix/issues/37 +playaudio=false [videodisplay] # Use OpenGL - most performant |