Create linux-fix-audio-distortion-issue.md

This commit is contained in:
Brandon Scott 2019-09-12 21:46:10 -05:00 committed by GitHub
parent 7c55088996
commit 492113112b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
## Stop audio distortion issue on Linux Mint 19.2 (could affect other ubuntu flavors as well)
`nano /etc/pulse/default.pa`
then find a line containing:
`load-module module-udev-detect`
modify this to become:
`load-module module-udev-detect tsched=0`
then run this to kill existing pulseaudio
`pulseaudio -k`