mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
filter-graph: allow 8 channels in max plugin
Mimic the same channel behavior as for other plugins that allows for 8 channels, such as Mixer and Mult.
This commit is contained in:
parent
3cf182255f
commit
3f9ae1ee10
2 changed files with 52 additions and 16 deletions
|
|
@ -537,9 +537,12 @@ extern struct spa_handle_factory spa_filter_graph_factory;
|
|||
*
|
||||
* ### Max
|
||||
*
|
||||
* Use the `max` plugin if you need to select the max value of two channels.
|
||||
* Use the `max` plugin if you need to select the max value of a number of input ports.
|
||||
*
|
||||
* It has two input ports "In 1" and "In 2" and one output port "Out".
|
||||
* It has 8 input ports named "In 1" to "In 8" and one output port "Out".
|
||||
*
|
||||
* All input ports samples are checked to find the maximum value per sample. Unused
|
||||
* input ports will be ignored and not cause overhead.
|
||||
*
|
||||
* ### dcblock
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue