fix the stutter when changing volume on rpi4
This commit is contained in:
parent
b346b34328
commit
1ea0442898
1 changed files with 3 additions and 0 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue