[pulseaudio-tickets] [Bug 87713] "Transistor" game makes every client playing at double speed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Dec 31 06:39:01 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=87713

--- Comment #19 from Raymond <superquad.vortex2 at gmail.com> ---
for alsa-time-test.c

dev = argc > 1 ? argv[1] : "front:0";
    cap = argc > 2 ? atoi(argv[2]) : 0;
    fillrate = argc > 3 ? atoi(argv[3]) : 1;


there are three parameter which allow you to change 

device
capture or playback
fillrate


most sound cards cannot use default fill rate 1 

for hda-intel, the hw_ptr increase by 16/32 frames  for each dma transfer, 
fill rate can be lower than the period size

-- 
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/20141231/1e0afd58/attachment.html>


More information about the pulseaudio-bugs mailing list