jack: add option to merge monitors

Make a different name for the monitor port prefix so that they
appear as different clients.
Add an option to restore the previous behaviour.

See #736
This commit is contained in:
Wim Taymans 2021-02-16 13:23:47 +01:00
parent d1f21a939a
commit af686653a9
2 changed files with 14 additions and 0 deletions

View file

@ -52,3 +52,7 @@ context.modules = {
# a factory for Metadata objects.
libpipewire-module-metadata = null
}
jack.properties = {
#jack.merge-monitor = false
}