In Ubuntu 23.04 and 22.10 installed in VMware 13 there is sound stuttering. Ubuntu 20.04 does not have this problem. In Fedora 38 I also had problems with sound. In fedora 38 I changed the file ~/.config/wireplumber/main.lua.d/50-alsa-config.lua
. I set these values. This solved the problem.
["api.alsa.period-size"] = 1024,
["api.alsa.headroom"] = 8192,
But this doesn't help in Ubuntu 23.04. What can I try to fix the sound problem?