Skip to content

Instantly share code, notes, and snippets.

@aont
Created October 5, 2025 04:08
Show Gist options
  • Select an option

  • Save aont/87d55810205685f400c0a67c3265b1a7 to your computer and use it in GitHub Desktop.

Select an option

Save aont/87d55810205685f400c0a67c3265b1a7 to your computer and use it in GitHub Desktop.

Waydroid audio fix (WSLg)

Waydroid expects a Pulse socket at /run/user/<UID>/pulse/native. WSLg provides /mnt/wslg/PulseServer. Create a symlink so Android clients talk to the Windows audio server:

ln -sf /mnt/wslg/PulseServer /run/user/$(id -u)/pulse/native
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment