mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
jack: add option to disable monitor ports
Add a jack.show-monitor option (default true) that makes it possible to hide the monitor ports. Monitor ports are not enabled by default on JACK and maybe they also should not for PipeWire. Or maybe we need some tweaks for some apps. See #1760
This commit is contained in:
parent
0ace131d72
commit
9facfca45b
2 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ context.modules = [
|
|||
jack.properties = {
|
||||
#node.latency = 1024/48000
|
||||
#node.lock-quantum = false
|
||||
#jack.show-monitor = true
|
||||
#jack.merge-monitor = false
|
||||
#jack.short-name = false
|
||||
#jack.filter-name = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue