diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-23 23:31:16 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-04-23 23:31:16 +0530 |
commit | c4981f2c0912b99432fad7b992d89ece7f2e4357 (patch) | |
tree | d3240ef81e413043db93e32c93d9ca33914102db | |
parent | aae73c7562c9d172a3f8c75ea68b3932cb97921e (diff) |
.config: Adding jpn audio preference for mpv
-rw-r--r-- | .config/mpv/mpv.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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 |