fix the stutter when changing volume on rpi4
This commit is contained in:
@@ -18,6 +18,9 @@
|
|||||||
# Workaround: run PulseAudio system-wide so that the mpd user can access it
|
# Workaround: run PulseAudio system-wide so that the mpd user can access it
|
||||||
services.pulseaudio.systemWide = true;
|
services.pulseaudio.systemWide = true;
|
||||||
|
|
||||||
|
# Fixes the stutter when changing volume (found this randomly)
|
||||||
|
hardware.pulseaudio.daemon.config.flat-volumes = "no";
|
||||||
|
|
||||||
users.users.${config.services.mpd.user}.extraGroups = [ "pulse-access" ];
|
users.users.${config.services.mpd.user}.extraGroups = [ "pulse-access" ];
|
||||||
|
|
||||||
users.users.rpqt.homeMode = "755";
|
users.users.rpqt.homeMode = "755";
|
||||||
|
|||||||
Reference in New Issue
Block a user