Answer the question
In order to leave comments, you need to log in
Jack audio kit API - how to synchronize streams?
The Jack audio kit API uses a callback function to process and output audio. It is called from an additional high priority thread.
jack_set_process_callback (client, process, 0);
...
int process(jack_nframes_t nframes, void *arg)
{
...
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question