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

@ -50,6 +50,10 @@ option('bluez5',
description: 'Enable bluez5 spa plugin integration',
type: 'boolean',
value: true)
option('control',
description: 'Enable control spa plugin integration',
type: 'boolean',
value: true)
option('audiotestsrc',
description: 'Enable audiotestsrc spa plugin integration',
type: 'boolean',