On 6 January 2012 13:58, Gerd Hoffmann wrote:
> diff --git a/hw/usb-audio.c b/hw/usb-audio.c
> new file mode 100644
> index 000..c14dff3
> --- /dev/null
> +++ b/hw/usb-audio.c
> @@ -0,0 +1,698 @@
> +/*
> + * QEMU USB Net devices
Presumably s/Net/Audio
Alex
From: H. Peter Anvin
This brings a usb audio device to qemu. Output only, fixed at
16bit stereo @ 48 Hz. Based on a patch from
H. Peter Anvin
Usage: add '-device usb-audio' to your qemu command line.
Works sorta ok on a idle machine. Known issues:
* Is *very* sensitive to latencies.