Replies: 1 comment
-
I had to restart the computer to get sound after applying these changes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
HOW TO FIX THIS first of all do not fall back to pulseaudio it will be worse!
edit file :
sudo nano /usr/share/pipewire/pipewire.conf
default.clock.rate = 192000
default.clock.max-quantum = 4096
default.clock.quantum = 2048
remember to remove # before those settings in config
next thing is:
systemctl edit --user wireplumber.service
Add this then save the file and exit:
ExecStartPre=/bin/sleep 1
then restart everything
systemctl --user restart pipewire pipewire-pulse wireplumber
that fixed it for me, i hope it will help someone
Beta Was this translation helpful? Give feedback.
All reactions