How do I enable sound access for desktop users?

Solution 1:

Add the user to the audio group:

sudo usermod -aG audio <username>