From 290bb85c39bc1ea62e03023e4999689fa4ec051f Mon Sep 17 00:00:00 2001 From: ddvarpdd <19388051+ddvarpdd@users.noreply.github.com> Date: Thu, 23 May 2024 17:01:09 +0000 Subject: [PATCH] Added virtio-sound note --- notes.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/notes.md b/notes.md index e2b6752..94c6ae2 100644 --- a/notes.md +++ b/notes.md @@ -304,6 +304,21 @@ present. This cheap(est) USB sound card works pretty well on macOS *without* requiring USB-controller-passthrough. +Since Catalina, Apple included a native virtio-sound driver, supported since +QEMU 8.2. It can be enabled by adding `-device virtio-sound,audiodev=snd0 +-audiodev pa,id=snd0` to the command line. libvirt support is scheduled to be +added in 10.4.0, and could then be enabled like this: +``` + +