chiark / gitweb /
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 0eab16e57722b5e308b848c77e278ea4792d8c08..8e4fcbd31ed97e2a75c73e1782d4387f6b609d2b 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
+