From 6a3f5415e48ee0236869393ef795dbb7894a10e6 Mon Sep 17 00:00:00 2001 From: hashirama Date: Fri, 12 Jul 2024 02:01:12 +0000 Subject: [PATCH] fix audio stuttering --- .config/mpv/mpv.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index f2c9fba..3ac6004 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -162,3 +162,8 @@ tscale=oversample refresh=50 ############## end of "drowsy" config. +# Enable audio buffering +audio-buffer=100ms +# dont tie audio to video fps (low fps can make the audio stutter) +no-sync=yes +