Add fix info for crackling/audio 'playing catch up'

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2021-05-03 20:31:45 +01:00
parent a4f1766f36
commit 4a24b2ab92
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

12
pulseaudio.md Normal file
View file

@ -0,0 +1,12 @@
# PulseAudio
2021-05-03
## Fix skipping/"catching up" during playback
(https://livingthelinuxlifestyle.wordpress.com/2019/06/09/solve-problems-with-no-sound-in-linux-mint/)
1. `sudo nano /etc/pulse/default.pa`
2. Find the line `load-module module-udev-detect`
3. Replace with `load-module module-udev-detect tsched=0`
4. `pulseaudio -k; pulseaudio --start`