Add fix info for crackling/audio 'playing catch up'
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
a4f1766f36
commit
4a24b2ab92
1 changed files with 12 additions and 0 deletions
12
pulseaudio.md
Normal file
12
pulseaudio.md
Normal 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`
|
Loading…
Add table
Add a link
Reference in a new issue