Relative Content

Tag Archive for audiocallbackreal-timejack

Which thread handles a realtime callback in Jack (audio)?

Context I am working on a application that has a Qt GUI and does audio processing with Jack in C++. In order to decouple the GUI from audio processing, I want them to run in different threads. Potentially, there may be other additional threads involved. Question How does the system determine, in which thread the […]