diff options
author | Max Kellermann <max@duempel.org> | 2009-01-29 17:08:51 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-29 18:13:09 +0100 |
commit | a73266962fca665dbff4a80d1e1189b484dd948f (patch) | |
tree | f4925cc36847a7a3b696590faa6f22474f23cd30 /NEWS | |
parent | 1e0ceb3d881a89d360a72b373c0c0ffd6865ed43 (diff) | |
download | mpd-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |