[pulseaudio-tickets] [Bug 81824] audio from qemu guest suffers delay / pitch changes as of 5.x
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Jul 27 19:26:02 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=81824
--- Comment #1 from Raymond <superquad.vortex2 at gmail.com> ---
which backend are you using ?
the emulated AC97 's 64 K buffer size of the guest is smaller than that of HDA
of your host
http://git.kernel.org/cgit/virt/kvm/mst/qemu.git/tree/audio/alsaaudio.c
the alsa backend is using 4096
http://git.kernel.org/cgit/virt/kvm/mst/qemu.git/tree/audio/paaudio.c
pa_stream_connect_playback (stream, dev, attr,
PA_STREAM_INTERPOLATE_TIMING
#ifdef PA_STREAM_ADJUST_LATENCY
|PA_STREAM_ADJUST_LATENCY
#endif
|PA_STREAM_AUTO_TIMING_UPDATE, NULL,
NULL);
} else {
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20140728/8862287c/attachment.html>
More information about the pulseaudio-bugs
mailing list