>>what version o ALSA did you use ?
>>CVS or 0.5.x ?
0.5.8
>>In ALSA 0.5.x params.buf.block.frags_max = 3 means 4 effective fragments
>>so in theory 10msec would be 2 x 4 fragments of 64 frames each at 44.1kHz,
>>but the latency is influenced by DAC preloading too , and if you use an
>>external API or prebuilt class, you would need to track it down to the lowest
>>level that means look where the audio device is opened and what parameters
>>are passed and if there is an initial write() after before the read() / write()
>>loop starts.
Well, I was using 32 sample frames at 44.1 kHz.
--gary