jackaudio / jack1

jack1 codebase
Other
250 stars 71 forks source link

Missing '-m' ALSA backend option in jackd manual page #103

Open mss1451 opened 3 years ago

mss1451 commented 3 years ago

In QJackCtl, output monitor ports can be enabled in the advanced settings. This appends an -m option:

/usr/bin/jackd -t5000 -dalsa -dhw:0 -r48000 -p1024 -n2 -s -m

But in jackd manual page JACKD(1), there seems to no mention of such an option. The closest one is the --hwmon which enables hardware monitoring of capture ports.