raspiduino / waq

Run Windows 10 for ARM64 on QEMU
MIT License
77 stars 8 forks source link

WinARM with Sound #9

Open NS-Clone opened 1 year ago

NS-Clone commented 1 year ago

You can get sound in qemu with usb-audio device

-device nec-usb-xhci,id=newusb ^
-device usb-audio,bus=newusb.0 ^

it works in qemu 7.0.0 (qemu-w64-setup-20220419.exe) that last for win7

raspiduino commented 1 year ago

Thanks for pointing that out! I'm happy to accept your PR (if you make one)!

NS-Clone commented 1 year ago

nope i don't make PRs