>Ok, I think I understand most of it, certainly that my application can do
>without it (and I tried and it works without). But what is a possible use
>of this kind of settings? Is it only of interest to low-latency
>applications?
it will affect how much work the CPU does. if you set the period size
low, there will be more interrupts and the work that is done every
interrupt will be done more often. so, if you don't care about low
latency, set the period size large as possible and you'll have more
CPU cycles for other things. The defaults that ALSA provides are in
the middle of the range, typically.
--p
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel