Note that Ubuntu 23.10 uses pipewire to replace pulseaudio. Theoretically, users shouldn't notice this, but if you have a soundcard that needs special configuration, you may. I think I would try:
Code:
mkdir ~/.config/pipewire
cp /usr/share/pipewire/pipewire.conf ~/.config/pipewire/
vim ~/.config/pipewire/pipewire.conf
(If you prefer another text editor rather than vim, use that.)
I would try and allow more sample rates. See: https://wiki.archlinux.org/title/Pip...lt_sample_rate
Maybe for a Strix Soar using analog output:
Code:
default.clock.allowed-rates = [ 44100 48000 88200 96000 176400 192000 ]
I don't know much about pipewire. I just switched to it on my Debian build, and it worked well. All I had to do was allow more sample rates (to avoid unnecessary resampling) and up the resampling quality to 10 for the best experience. 'pw-top','wpctl',and 'pw-cli' might help you figure out what's going on.
EDIT: If customizing ~/.config/pipewire/pipewire.conf causes more problems than it solves, you can always delete it and logout/reboot. The standard system copy in /usr/share should be used then.
Bookmarks