Workaround fixed it for me, same symptoms rolling back to 5.13.0-35 is fine, 5.13.0-37 has the issue.
@~magen you need to use sudo to elevate your access
sudo nano /etc/pulse/daemon.conf
Find the line with default-sample-rate
Remove the ; and change the value to 48000, do the same for alternate-sample-rate so it will look like:
default-sample-rate = 48000 alternate-sample-rate = 48000
Press CTRL + X to save and exit.
Then run pulseaudio -k to restart your audio.
Workaround fixed it for me, same symptoms rolling back to 5.13.0-35 is fine, 5.13.0-37 has the issue.
@~magen you need to use sudo to elevate your access
sudo nano /etc/pulse/ daemon. conf
Find the line with default-sample-rate
Remove the ; and change the value to 48000, do the same for alternate- sample- rate so it will look like:
default-sample-rate = 48000 sample- rate = 48000
alternate-
Press CTRL + X to save and exit.
Then run pulseaudio -k to restart your audio.