This commit is contained in:
2025-03-10 20:14:20 +01:00
parent 0fb3849543
commit 74f6762208
+2
View File
@@ -98,6 +98,7 @@ int main(int argc, char **argv) {
/* buffers */
float *mpx_buffer;
int8_t r;
/* PASIMPLE */
pa_simple *device;
@@ -109,6 +110,7 @@ int main(int argc, char **argv) {
pthread_mutex_t control_pipe_mutex = PTHREAD_MUTEX_INITIALIZER;
pthread_cond_t control_pipe_cond;
const char *short_opt = "R:i:s:r:p:T:A:P:l:e:L:d:C:"
"hv";