Increase audio-buffer in mpv to help prevent stuttering with bluetooth devices
[termux-packages] / packages / mpv / mpv.conf
1 # Default configuration for mpv
2
3 # Enable OpenSL ES output, since this should work on all Android devices
4 ao=opensles
5
6 # Increase audio buffer to help with stuttering with bluetooth devices. See #1127.
7 audio-buffer=0.5
8