Blog - /Tech
When I switched to Pulseaudio recently, I noticed that MusicPD started
consuming way more CPU time than it used to. The culprit is the
following lines in ~/.mpdconf.
mixer_type "alsa" mixer_device "default" mixer_control "Master"
The fix is to use the software mixer instead:
mixer_type "software"
Add a comment