fix: use TUI mode for audio routing tests to ensure JACK processing
Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
@@ -160,7 +160,7 @@ static int start_looper(const char *client_name) {
|
|||||||
cpu_limit.rlim_max = 10;
|
cpu_limit.rlim_max = 10;
|
||||||
setrlimit(RLIMIT_CPU, &cpu_limit);
|
setrlimit(RLIMIT_CPU, &cpu_limit);
|
||||||
|
|
||||||
execl("./jack-looper", "jack-looper", "-n", client_name, "-i", NULL);
|
execl("./jack-looper", "jack-looper", "-n", client_name, "-t", NULL);
|
||||||
perror("execl failed");
|
perror("execl failed");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user