filter-chain: add sqrt plugin

To take the square root of the signal.
This commit is contained in:
Niklas Carlsson 2024-12-06 12:28:18 +01:00 committed by Wim Taymans
parent d7718dbcb7
commit 51e7ed3421
2 changed files with 49 additions and 0 deletions

View file

@ -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