From: Lennart Poettering Date: Mon, 12 Jan 2009 18:34:12 +0000 (+0100) Subject: for record streams fill in the latency as the fragsize X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/b9e96e00cf56d2bc979b986926c77df04db9f6ff for record streams fill in the latency as the fragsize --- diff --git a/src/utils/pacat.c b/src/utils/pacat.c index b1e0d1f4..2d88e7f9 100644 --- a/src/utils/pacat.c +++ b/src/utils/pacat.c @@ -278,6 +278,7 @@ static void context_state_callback(pa_context *c, void *userdata) { buffer_attr.minreq = (uint32_t) process_time; buffer_attr.maxlength = (uint32_t) -1; buffer_attr.prebuf = (uint32_t) -1; + buffer_attr.fragsize = (uint32_t) latency; flags |= PA_STREAM_ADJUST_LATENCY; }