mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05: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
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue