From: "Markus Breitländer" <breitlaender@stud.fh-dortmund.de>
To: unlisted-recipients:; (no To-header on input)
Cc: kvm@vger.kernel.org
Subject: Re: qemu-kvm
Date: Sat, 13 Feb 2010 16:16:00 +0100 [thread overview]
Message-ID: <4B76C230.3060307@stud.fh-dortmund.de> (raw)
In-Reply-To: <12d708831002130439m7e6abef9j57bbcef5b5a5446a@mail.gmail.com>
You can alter the sound driver settings by setting some variables before
starting the VM.
I use the following in my start scripts:
export QEMU_AUDIO_DRV=alsa
export QEMU_AUDIO_DAC_FIXED_FREQ=48000
export QEMU_AUDIO_ADC_FIXED_FREQ=48000
export QEMU_ALSA_DAC_BUFFER_SIZE=4096
Maybe this helps?
Greets,
Markus
Am 13.02.2010 13:39, schrieb Alberich de megres:
> Hi!!
>
> I got a curious situation that leads me to start sailing on qemu-kvm
> source code.
>
> I got an audio latency very very high, even with some little cuts at
> playback. In qemu lists they told me qemu is synchronous, so if it
> take so long to draw high screen resolution audio could be affected.
> As I saw, qemu uses sdl to draw guest screen on host computer, my
> question is: when sdl draw it uses some kind of 2d acceleration?
>
> Woulld it be hard to make for example screen draw asynchronously to
> audio playback? where would be a good point to start look for how to
> do it?
>
> Thanks!
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2010-02-13 15:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-13 12:39 qemu-kvm Alberich de megres
2010-02-13 15:16 ` Markus Breitländer [this message]
2010-02-14 12:13 ` qemu-kvm Alberich de megres
2010-02-16 19:31 ` qemu-kvm Alberich de megres
-- strict thread matches above, loose matches on Subject: below --
2006-11-14 7:26 qemu-kvm Baruch Even
[not found] ` <20061114072601.GD28027-xGn4Jn0woyz+OtfAA3OxFg@public.gmane.org>
2006-11-14 8:28 ` qemu-kvm Simon Kagstrom
2006-11-14 8:50 ` qemu-kvm Avi Kivity
[not found] ` <4559834F.80905-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2006-11-14 9:28 ` qemu-kvm Simon Kagstrom
[not found] ` <8764di9y30.wl%simon.kagstrom-6Uc+yI3S9P8@public.gmane.org>
2006-11-14 9:35 ` qemu-kvm Baruch Even
2006-11-14 9:41 ` qemu-kvm Avi Kivity
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B76C230.3060307@stud.fh-dortmund.de \
--to=breitlaender@stud.fh-dortmund.de \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.