Increase audio-buffer in mpv to help prevent stuttering with bluetooth devices
authorOliver Schmidhauser <oli@glow.li>
Thu, 27 Jul 2017 07:07:41 +0000 (09:07 +0200)
committerFredrik Fornwall <fredrik@fornwall.net>
Fri, 28 Jul 2017 12:00:03 +0000 (14:00 +0200)
packages/mpv/mpv.conf

index 0eab16e..8e4fcbd 100644 (file)
@@ -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
+