From a73266962fca665dbff4a80d1e1189b484dd948f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 29 Jan 2009 17:08:51 +0100 Subject: jack: reduced sleep time to 1ms When waiting for free space in the ring buffer, the JACK plugin sleeped 10ms until there is enough space. This delay was too large for low-latency setups (<10ms), and created a lot of xruns. Work around that by reducing the sleep time to 1ms. A proper solution for this would be to use an event based approach, and we will do it, just not now. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3a38f2a7a..0caa90e96 100644 --- a/NEWS +++ b/NEWS @@ -37,6 +37,7 @@ ver 0.14.2 (2009/??/??) * audio outputs: - jack: allocate ring buffers before connecting - jack: clear "shutdown" flag on reconnect + - jack: reduced sleep time to 1ms ver 0.14.1 (2009/01/17) -- cgit v1.2.3