]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
mpv: remove softvol, add volume
authorSimon Ruderich <simon@ruderich.org>
Sun, 11 Sep 2016 02:36:37 +0000 (04:36 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 11 Sep 2016 02:36:37 +0000 (04:36 +0200)
softvol is no longer supported since 0.18.1.

mpv/mpv.conf

index aae4784cba712cf4d8beda2a1699ddf68c37ec8f..161985a1e2fe0795899091c7d0f447b24f8bb67d 100644 (file)
@@ -18,8 +18,9 @@
 
 # Use ALSA as audio driver, use PCM for volume control.
 ao=alsa:mixer-name=PCM
-# Use the audio driver volume control if possible.
-softvol=no
+# Set default value of internal mixer (0-100). Since 0.18.1 mpv has no access
+# to hardware mixer.
+volume=50
 
 # Fullscreen playback.
 fs=yes