Correctly disable mixing-engine for audio output

Add a note to the README that audio is not working at all on macOS Big Sur
This commit is contained in:
Martin Wimpress 2021-10-04 17:29:47 +01:00
parent faeefcfb50
commit c240a17bda
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3
2 changed files with 4 additions and 2 deletions

View file

@ -509,8 +509,8 @@ function vm_boot() {
-device usb-kbd,bus=input.0
-device usb-tablet,bus=input.0
-device ${NET_DEVICE},netdev=nic -netdev ${NET},id=nic
-audiodev pa,id=pa,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME}
-device intel-hda -device hda-duplex,audiodev=pa,mixer=off
-audiodev pa,id=audio0,out.mixing-engine=off,out.stream-name=${LAUNCHER}-${VMNAME},in.stream-name=${LAUNCHER}-${VMNAME}
-device intel-hda -device hda-duplex,audiodev=audio0
-rtc base=localtime,clock=host,driftfix=slew
-spice ${SPICE}
-device virtio-serial-pci