Alsa configuration
I'm tweaking my ~/.asoundrc file!
Start file
# dmix Plugin + Soft Volume pcm.myconfig { type plug slave.pcm { type softvol control { name "Master Playback Vim" card 0 } min_dB -19.0 max_dB 10.2 slave.pcm { @func concat strings [ "dmix:CARD=0,FORMAT=S16" ] } } }
End file
# dmix Plugin + Soft Volume pcm.myconfig { type plug slave.pcm { type softvol control { name "Master Playback Volume" card 0 } min_dB -20.0 max_dB 10.0 slave.pcm "dmix:CARD=0,FORMAT=S16" } }
View Diff
7c7 < name "Master Playback Vim" --- > name "Master Playback Volume" 10,15c10,12 < min_dB -19.0 < max_dB 10.2 < slave.pcm { < @func concat < strings [ "dmix:CARD=0,FORMAT=S16" ] < } --- > min_dB -20.0 > max_dB 10.0 > slave.pcm "dmix:CARD=0,FORMAT=S16"
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 127 remaining solutions by signing in and submitting your own entry