[PlanetCCRMA] realtime working?

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Tue Aug 29 11:04:02 2006


On Mon, 2006-08-28 at 19:08 -0700, Brad Fuller wrote:
> How can I determine if realtime is working in the latest ccrma kernel?
> When listening to any multimedia source (video or audio) over the web,
> I get interruptions everytime I move a window (etc.)

Well, part of not getting interruptions when playing audio is for the
kernel to have low latency, part of it is that the app itself has to run
with realtime privileges. If the second part is not happening a playback
process can be preempted by other processes and quality will suffer -
and that does not depend on the kernel being low latency or not
(although of course a lower latency kernel will help). That's probably
what's happening to you. 

What exact kernel are you running?
-- Fernando