mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
control: add control mixer plugin
Add a mixer plugin for control messages and plug it in ports with control messages.
This commit is contained in:
parent
0978343e44
commit
8899d00bfc
7 changed files with 897 additions and 1 deletions
|
|
@ -7,6 +7,9 @@ endif
|
|||
if get_option('audiomixer')
|
||||
subdir('audiomixer')
|
||||
endif
|
||||
if get_option('control')
|
||||
subdir('control')
|
||||
endif
|
||||
if get_option('audiotestsrc')
|
||||
subdir('audiotestsrc')
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue