I wonder if there is something going on with scheduling waits that is impacting the audio process. I would first try upping the CPU units in Processors->Advanced settings for the VM, bump it to something like 200. Otherwise, if you over subscribing your CPU cores, try temporarily dropping the number of cores subbed out to your VMs to match the physical host to see if it helps, since that could help resolve scheduling issues as well.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
This was the issue! I enabled SMT and set my CPU cores on the VM from 4 to 8 cores and it fixed it. Thank you so much for the advice!
Awesome, glad that helped and thanks for the update!
I disabled SMT to avoid meltdown attacks, so I added 'nosmt' in /etc/default/grub on Proxmox. Currently I'm using a Xeon E3 1275 V2 which has 4 cores, but since nosmt disables hyperthreading, I'm not using 8 cores. I do think you're right though, this problem hadn't appeared before and I believe only started to happen when I started messing around with the amount of cores the CPU has. I'll test it out and keep you updated! Thanks for the advice!