mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -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
|
|
@ -38,8 +38,10 @@ extern "C" {
|
|||
#define SPA_NAME_SUPPORT_SYSTEM "support.system" /**< A System interface */
|
||||
|
||||
|
||||
/* audio mixer */
|
||||
/* control mixer */
|
||||
#define SPA_NAME_CONTROL_MIXER "control.mixer" /**< mixes control streams */
|
||||
|
||||
/* audio mixer */
|
||||
#define SPA_NAME_AUDIO_MIXER "audio.mixer" /**< mixes the raw audio on N input
|
||||
* ports together on the output
|
||||
* port */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue