Linux Audio Stuttering Fix

posted on: 9/19/2022
If your Linux audio doing this:

Stuttering every so often? Well then here's a fix. (btw image doesn't mean anything...i just wanted fancy image.)

Open up your terminal, then paste this in:

sudo nano /etc/pulse/daemon.conf

Then find ;realtime-scheduling = yes and underneath it paste this:

realtime-scheduling = no

This is the only way I found to fix it. Ubuntu-based distro (didn't have this issue on Manjaro for the short time i used that).
But it's pulseaudio; who knows.