• 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
Name
Last commit
Last update
..
alsa_plugin.c Loading commit data...
ao_plugin.c Loading commit data...
fifo_plugin.c Loading commit data...
jack_plugin.c Loading commit data...
mvp_plugin.c Loading commit data...
null_plugin.c Loading commit data...
oss_plugin.c Loading commit data...
osx_plugin.c Loading commit data...
pulse_plugin.c Loading commit data...
shout_mp3.c Loading commit data...
shout_ogg.c Loading commit data...
shout_plugin.c Loading commit data...
shout_plugin.h Loading commit data...