Skip to content

Instantly share code, notes, and snippets.

@DinkDonk
Created March 12, 2020 20:33
Show Gist options
  • Save DinkDonk/f6aeeea009d6054cc186de146ad96b29 to your computer and use it in GitHub Desktop.
Save DinkDonk/f6aeeea009d6054cc186de146ad96b29 to your computer and use it in GitHub Desktop.
Raspberry PI Audio Setup

Add user to audio group

$ usermod -a -G audio pi

Set limits

$ sudo nano /etc/security/limits.conf

Add this to the bottom:

@audio - rtprio 99
@audio - memlock unlimited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment