From c4981f2c0912b99432fad7b992d89ece7f2e4357 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 23 Apr 2023 23:31:16 +0530 Subject: .config: Adding jpn audio preference for mpv --- .config/mpv/mpv.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 00d871d..1f35f5c 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -60,7 +60,7 @@ keep-open=no ################## # audio settings # ################## - +speed=1.00 volume=50 # Specify default audio device. You can list devices with: --audio-device=help # The option takes the device string (the stuff between the '...'). @@ -76,6 +76,8 @@ volume=50 # (The default is "auto-safe", see manpage.) #audio-channels=auto +alang=jpn + ################## # other settings # ################## @@ -130,3 +132,4 @@ sub-auto=fuzzy #[eye-cancer] #sharpen=5 +save-position-on-quit -- cgit v1.2.3