From: Simon Ruderich Date: Sun, 11 Sep 2016 02:36:37 +0000 (+0200) Subject: mpv: remove softvol, add volume X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=9eff1ccba6fd24c4726bd296348f3043801deea8 mpv: remove softvol, add volume softvol is no longer supported since 0.18.1. --- diff --git a/mpv/mpv.conf b/mpv/mpv.conf index aae4784..161985a 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -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