mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
audio: deprecate HMP audio commands
The command is niche and better served by the host audio system. There is no QMP equivalent, fortunately. You can capture the audio stream via remote desktop protocols too (dbus, vnc, spice). Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Acked-by: Dr. David Alan Gilbert <dave@treblig.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Message-Id: <20251022105753.1474739-1-marcandre.lureau@redhat.com>
This commit is contained in:
@@ -169,6 +169,26 @@ Use ``job-finalize`` instead.
|
||||
|
||||
This argument has always been ignored.
|
||||
|
||||
Human Machine Protocol (HMP) commands
|
||||
-------------------------------------
|
||||
|
||||
``wavcapture`` (since 10.2)
|
||||
''''''''''''''''''''''''''''
|
||||
|
||||
The ``wavcapture`` command is deprecated and will be removed in a future release.
|
||||
|
||||
Use ``-audiodev wav`` or your host audio system to capture audio.
|
||||
|
||||
``stopcapture`` (since 10.2)
|
||||
''''''''''''''''''''''''''''
|
||||
|
||||
The ``stopcapture`` command is deprecated and will be removed in a future release.
|
||||
|
||||
``info`` argument ``capture`` (since 10.2)
|
||||
''''''''''''''''''''''''''''''''''''''''''
|
||||
|
||||
The ``info capture`` command is deprecated and will be removed in a future release.
|
||||
|
||||
Host Architectures
|
||||
------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user