Open Be-ing opened 3 years ago
Several options are shared between different contexts depending on their order. The manpage lists all of them in one.
-S, --shorts
is under the ALSA Backend options context not server
jackd -d alsa --help
-S, --shorts Try 16-bit samples before 32-bit (default: false)
FWIW sync != low latency, it means synchronous. Whether that results in lower latency or not is implementation dependent.
Describe the bug
The man page for jackd says:
But
jackd --help
says:As far as I can tell the difference between synchronous mode and asynchronous mode is not really documented anywhere except buried in a wiki page comparing JACK1 and JACK2. This is IMO concerning because it adds extra latency in contradiction to the JACK website.
Environment
Steps To Reproduce
Expected vs. actual behavior
man jackd
should document the-S
option and explain the tradeoffs of using it versus not using it.