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:
Wim Taymans 2019-10-16 11:13:23 +02:00
parent 0978343e44
commit 8899d00bfc
7 changed files with 897 additions and 1 deletions

View file

@ -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