• Max Kellermann's avatar
    jack: reduced sleep time to 1ms · a7326696
    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
jack_plugin.c 9.9 KB