chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
ad9056a
)
Increase audio-buffer in mpv to help prevent stuttering with bluetooth devices
author
Oliver Schmidhauser
<oli@glow.li>
Thu, 27 Jul 2017 07:07:41 +0000
(09:07 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Fri, 28 Jul 2017 12:00:03 +0000
(14:00 +0200)
packages/mpv/mpv.conf
patch
|
blob
|
blame
|
history
diff --git
a/packages/mpv/mpv.conf
b/packages/mpv/mpv.conf
index 0eab16e57722b5e308b848c77e278ea4792d8c08..8e4fcbd31ed97e2a75c73e1782d4387f6b609d2b 100644
(file)
--- 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
# 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
+