DELAY_MIN
if (input_delay < DELAY_MIN)
input_delay = DELAY_MIN;
static struct timespec delay_spec = {0, 1000 * DELAY_MIN};