to avoid this, your program needs to ensure that it meets the
requirement of being real-time safe. see the comments in jack.h
accompanying the jack_set_process_callback() function.
Gracias, I found the issue. I had added a pthread_mutex_lock into it
recently inside the callback function. This will be tricky to fix it and
not use a mutex, but that is most likely the problem.