Document the backend introduced in commit 739362d420 ("audio: add dbus
audio backend").
Reported-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>
---
qemu-options.hx | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/qemu-options.hx b/qemu-options.hx
index 15a6f82043a..4043e8ca22b 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -991,6 +991,16 @@ SRST
``in|out.buffer-count=count``
Sets the count of the buffers.
+``-audiodev dbus,id=id[,prop[=value][,...]]``
+ Creates a D-Bus backend. It must be associated with the display
+ (as ``-display dbus,audiodev=id``). (Since 7.0)
+
+ D-Bus specific options are:
+
+ ``nsamples``
+ Number of samples per read/write (default to 480, 10ms at 48kHz)
+ (Since 10.0)
+
``-audiodev dsound,id=id[,prop[=value][,...]]``
Creates a backend using Microsoft's DirectSound. This backend is
only available on Windows and only supports playback.
--
2.53.0