/timername -m 0 $calc(1000//12) alias_that_does_one_line
or you can have a timer that functions once per second and processes a burst of 12.
You could also have all the lines processed to another disk file using the complete output, then /play it with interval of $calc(1000//12) milliseconds.