commit a9bcb2f6fe4d6033ba800813dc0ff6e92094a369
parent 52c428849539034f5a3016ba58a3520f93f8b4a0
Author: Andrew Laack <andrew@laack.co>
Date: Tue, 21 Apr 2026 23:47:50 -0500
Updated vm manager for audio
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/vm-manager.sh b/vm-manager.sh
@@ -22,6 +22,7 @@ if [[ -n "$SELECTION" ]]; then
-cpu host \
-enable-kvm \
-smp 4 \
+ -audiodev pa,id=snd0 -device intel-hda -device hda-output,audiodev=snd0 \
-m 24G
else
@@ -36,6 +37,7 @@ if [[ -n "$SELECTION" ]]; then
-cpu host \
-enable-kvm \
-smp 4 \
+ -audiodev pa,id=snd0 -device intel-hda -device hda-output,audiodev=snd0 \
-m 8G
fi
fi