QEMU/Devices/Sound cards: Difference between revisions

Jump to navigation Jump to search
updated information
No edit summary
(updated information)
 
==How to add a sound card==
QEMU 7 and above:
<pre>-audio driver={output_driver},model={sound_card_model},id={id}</pre>
<kbd>output_driver</kbd> and <kbd>id</kbd> are the same as <kbd>-audiodev {output_driver},{id}</kbd> in older versions with their respective arguments.
 
<hr>
QEMU versions before 7.0:
You can add a card with the following:\n<pre>qemu-system-(arch) -soundhw (sound_card_model)</pre>
==Devices==

Navigation menu