no, the h/w buffer is on the order of 1ms-120ms, depending on how its
configured here. every time the interrupt arrives, you have to (1)
collect the next set of data and (2) deliver a new set. For real time
processing, the buffering between (1) and (2) can't go much above 3ms
before any serious audio user will complain.
the "couple of seconds" of buffer is whats used to store data coming
from disk so that disk i/o jitter is invisible.
--p
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/