mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
filter-chain: add sqrt plugin
To take the square root of the signal.
This commit is contained in:
parent
d7718dbcb7
commit
51e7ed3421
2 changed files with 49 additions and 0 deletions
|
|
@ -433,6 +433,12 @@ extern struct spa_handle_factory spa_filter_graph_factory;
|
|||
*
|
||||
* It has an input port "In" and an output port "Out".
|
||||
*
|
||||
* ### Sqrt
|
||||
*
|
||||
* The sqrt plugin can be used to calculate the square root 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