Camille Gonnet
0727bbc386
ALSA: convert properly S24_LE
4 years ago
falkTX
c742b430fb
Build netsource tool when celt or opus are available
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
luz paz
0fe68adecc
Fix misc. typos
Found via `codespell -q 3 -L capela,nd,numer,parm`
4 years ago
falkTX
23b9fb71b9
zalsa: add "-w" argument to wait for soundcard to be available
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
1b3594e70f
wait for zalsa thread to finish
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
863b435e78
zalsa: correct jack port names
This is not MOD where this is used only for usb stuff..
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
13fe37fe16
name the zalsa clients the same way as jack1
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
24013c369b
zalsa: return error directly if failed to init, fix mem leak
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
8e48dd1151
zalsa: use server log functions to print info
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
77a1b6a326
Fix jackd crash with zalsa when closing if client was not activated
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
5a1c0f98d5
Add zalsa configure flag, enabled by default if possible
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
falkTX
361b2f5547
add zita internal client code
Signed-off-by: falkTX <falktx@falktx.com>
4 years ago
krasjet
62b07487dc
fix a deadlock issue in midi_dump
The main loop might be blocked by `data_ready` when JACK server dies
while the program is running.
To reproduce the problem:
1. Start JACK server
2. Run `jack_midi_dump`
3. Stop JACK server
4. Press Ctrl-C in `jack_midi_dump` to send SIGINT.
5. Observe that the program doesn't stop and stuck in the main loop.
This patch forces the `data_ready` to be signaled in the signal handler
to prevent indefinite waiting.
5 years ago
Peter Sutton
d39b886aa5
Fix bug stopping jack_control doing many ops per execution
5 years ago
falkTX
78c93766af
Use static pthread for windows static builds
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago
falkTX
b19c12ba56
Split example-clients and tools, as done for jack1
Signed-off-by: falkTX <falktx@falktx.com>
5 years ago