filter-chain: add link to biquad help page

Fixes #3257
This commit is contained in:
Wim Taymans 2023-06-20 09:48:38 +02:00
parent 4659bca609
commit 9fa46af488

View file

@ -166,6 +166,9 @@ PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
* are read-only except for the bq_raw biquad, which can configure default values * are read-only except for the bq_raw biquad, which can configure default values
* depending on the graph rate and change those at runtime. * depending on the graph rate and change those at runtime.
* *
* We refer to https://arachnoid.com/BiQuadDesigner/index.html for an explanation of
* the controls.
*
* The following labels can be used: * The following labels can be used:
* *
* - `bq_lowpass` a lowpass filter. * - `bq_lowpass` a lowpass filter.