]> git.proxmox.com Git - pve-docs.git/commitdiff
Add audio device documentation
authorAaron Lauterer <a.lauterer@proxmox.com>
Fri, 19 Jul 2019 13:02:10 +0000 (15:02 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Jul 2019 16:31:24 +0000 (18:31 +0200)
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
qm.adoc

diff --git a/qm.adoc b/qm.adoc
index 81fd39ec06e3d8c55a5f2716deb0b8ec10de9dbd..d6a0228f5197a90180496c6d0cd5ba297f74af57 100644 (file)
--- a/qm.adoc
+++ b/qm.adoc
@@ -753,6 +753,28 @@ footnote:[Looking Glass: https://looking-glass.hostfission.com/] project,
 which enables high performance, low-latency display mirroring between
 host and guest.
 
+[[qm_audio_device]]
+Audio Device
+~~~~~~~~~~~~
+
+To add an audio device run the following command:
+
+----
+qm set <vmid> -audio0 device=<device>
+----
+
+Supported audio devices are:
+
+* `ich9-intel-hda`: Intel HD Audio Controller, emulates ICH9
+* `intel-hda`: Intel HD Audio Controller, emulates ICH6
+* `AC97`: Audio Codec '97, useful for older operating systems like Windows XP
+
+NOTE: The audio device works only in combination with SPICE. Remote protocols
+like Microsoft's RDP have options to play sound. To use the physical audio
+device of the host use device passthrough (see
+xref:qm_pci_passthrough[PCI Passthrough] and
+xref:qm_usb_passthrough[USB Passthrough]).
+
 [[qm_startup_and_shutdown]]
 Automatic Start and Shutdown of Virtual Machines
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~