And where does the 16 (from ALSA: use 16 periods for capture) affects?
if I call jack using -p128 / -n2 and the opening message states that ALSA uses 16 periods for capture the sound card will buffer a total of 256 samples and ALSA will wake the client each 16 frames?
If I used -p256 / -n2 instead ALSA would wake the client each 32 frames?