-
Max Kellermann authored
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.
a7326696
Name |
Last commit
|
Last update |
---|---|---|
doc | ||
m4 | ||
scripts | ||
src | ||
.gitignore | ||
AUTHORS | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
TODO | ||
UPGRADING | ||
autogen.sh | ||
configure.ac | ||
valgrind.suppressions |