[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
Mon Jul 28 09:00:03 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=81824
--- Comment #3 from Raymond <superquad.vortex2 at gmail.com> ---
unless you specify DAC_DEV and ADC_DEV , virtualbox is using default device
through alsa pulse plugin to the host pulsraudio server
{
.name = "DAC_DEV",
.tag = AUD_OPT_STR,
.valp = &conf.pcm_name_out,
.descr = "DAC device name (for instance dmix)"
},
{
.name = "ADC_DEV",
.tag = AUD_OPT_STR,
.valp = &conf.pcm_name_in,
.descr = "ADC device name"
},
--
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/b855cb1c/attachment.html>
More information about the pulseaudio-bugs
mailing list