0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-09-22 08:31:32 +00:00
termux-packages/x11-packages/mpv-x/mpv.conf
2022-04-18 14:41:38 +05:30

20 lines
661 B
Plaintext

# Default configuration for mpv
# Enable OpenSL ES output, since this should work on all Android devices
ao=opensles
# Use the following option to increase or decrease audio buffer
# when necessary / desired. The default is 250ms (0.25s).
# opensles-buffer-size-in-ms=250
# You can also use the generic audio-buffer option (which takes
# value in second instead), but it will only has effect on the
# opensles ao if the above option is explicitly set to 0.
# By default mpv allows s32 and float output. If they aren't
# supported in your device (which should not happen with API
# 21 and above), disable them with the following option:
# audio-format=s16