- CONFIG_COMP_MULTIBAND_DRC¶
Multiband Dynamic Range Compressor component
Type: bool
Help¶
Select for Multiband Dynamic Range Compressor (DRC) component. It
consists of Emphasis Equalizer, n-way Crossover Filter, per-band DRC,
and Deemphasis Equalizer.
Direct dependencies¶
COMP_IIR
&& COMP_CROSSOVER
&& COMP_DRC
&& SOF
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/audio/Kconfig:161
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:14
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:9
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Audio components → Dynamic Range Compressor component
config COMP_MULTIBAND_DRC
bool "Multiband Dynamic Range Compressor component"
default n
depends on COMP_IIR && COMP_CROSSOVER && COMP_DRC && SOF
help
Select for Multiband Dynamic Range Compressor (DRC) component. It
consists of Emphasis Equalizer, n-way Crossover Filter, per-band DRC,
and Deemphasis Equalizer.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)