From: Oliver Schmidhauser Date: Thu, 27 Jul 2017 07:07:41 +0000 (+0200) Subject: Increase audio-buffer in mpv to help prevent stuttering with bluetooth devices X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/153f115ea8f26f6e81921481b767d91a415acf57?ds=sidebyside Increase audio-buffer in mpv to help prevent stuttering with bluetooth devices --- diff --git a/packages/mpv/mpv.conf b/packages/mpv/mpv.conf index 0eab16e5..8e4fcbd3 100644 --- a/packages/mpv/mpv.conf +++ b/packages/mpv/mpv.conf @@ -3,3 +3,6 @@ # Enable OpenSL ES output, since this should work on all Android devices ao=opensles +# Increase audio buffer to help with stuttering with bluetooth devices. See #1127. +audio-buffer=0.5 +