]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - qemu-options.hx
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into...
[thirdparty/qemu.git] / qemu-options.hx
index 637597d0d95ea6db12e8d36ecb3c2dbb4e7c434e..65c9473b7325545c00befcbac65154ca206600c5 100644 (file)
@@ -471,6 +471,7 @@ DEF("audiodev", HAS_ARG, QEMU_OPTION_audiodev,
     "-audiodev pa,id=id[,prop[=value][,...]]\n"
     "                server= PulseAudio server address\n"
     "                in|out.name= source/sink device name\n"
+    "                in|out.latency= desired latency in microseconds\n"
 #endif
 #ifdef CONFIG_AUDIO_SDL
     "-audiodev sdl,id=id[,prop[=value][,...]]\n"
@@ -645,6 +646,10 @@ Sets the PulseAudio @var{server} to connect to.
 @item in|out.name=@var{sink}
 Use the specified source/sink for recording/playback.
 
+@item in|out.latency=@var{usecs}
+Desired latency in microseconds.  The PulseAudio server will try to honor this
+value but actual latencies may be lower or higher.
+
 @end table
 
 @item -audiodev sdl,id=@var{id}[,@var{prop}[=@var{value}][,...]]