mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
filter-chain: add abs plugin
To calculate the absolute value of the signal.
This commit is contained in:
parent
7785f61677
commit
d7718dbcb7
2 changed files with 46 additions and 0 deletions
|
|
@ -427,6 +427,12 @@ extern struct spa_handle_factory spa_filter_graph_factory;
|
|||
* It has an input port "In" and an output port "Out". It also has a "Control"
|
||||
* and "Notify" port for the control values.
|
||||
*
|
||||
* ### Abs
|
||||
*
|
||||
* The abs plugin can be used to calculate the absolute value of samples.
|
||||
*
|
||||
* It has an input port "In" and an output port "Out".
|
||||
*
|
||||
* ### Exp
|
||||
*
|
||||
* The exp plugin can be used to calculate the exponential (base^x) of samples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue