Skip to content

Instantly share code, notes, and snippets.

@getsueineko
Created September 19, 2025 14:52
Show Gist options
  • Select an option

  • Save getsueineko/dbad17b4cc7f4dfd34fad9be6c1cce1a to your computer and use it in GitHub Desktop.

Select an option

Save getsueineko/dbad17b4cc7f4dfd34fad9be6c1cce1a to your computer and use it in GitHub Desktop.
Audio Stuttering Issue in Virtual Machine on VMWare Pro 17 with Windows 11 Host
# Quick fix from here https://www.reddit.com/r/Ubuntu/comments/1ga9shh/audio_stuttering_issue_in_ubuntu_2410_virtual/
##############################################
# original rows from .vmx
sound.autoDetect = "TRUE"
sound.fileName = "-1"
sound.present = "TRUE"
sound.pciSlotNumber = "34"
# added sound settings
sound.enableAEC = "TRUE"
pciSound.playBuffer = "40"
sound.maxLength = "2048"
sound.smallBlockSize = "1024"
sound.highPriority = "TRUE"
sound.bufferTime = "80"
#set sound card
sound.virtualdev = "hdaudio"
##############################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment