aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-29 17:08:51 +0100
committerMax Kellermann <max@duempel.org>2009-01-29 18:13:09 +0100
commita73266962fca665dbff4a80d1e1189b484dd948f (patch)
treef4925cc36847a7a3b696590faa6f22474f23cd30 /NEWS
parent1e0ceb3d881a89d360a72b373c0c0ffd6865ed43 (diff)
downloadmpd-a73266962fca665dbff4a80d1e1189b484dd948f.tar.gz
mpd-a73266962fca665dbff4a80d1e1189b484dd948f.tar.xz
mpd-a73266962fca665dbff4a80d1e1189b484dd948f.zip
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)