- CONFIG_COMP_DRC¶
Dynamic Range Compressor component
Type: bool
Help¶
Select for Dynamic Range Compressor (DRC) component. A DRC can be used
to reduce the volume of loud sounds and amplify silent sounds thus
compressing an audio signal's dynamic range.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/audio/Kconfig:153
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
config COMP_DRC
bool "Dynamic Range Compressor component"
default n
depends on SOF
help
Select for Dynamic Range Compressor (DRC) component. A DRC can be used
to reduce the volume of loud sounds and amplify silent sounds thus
compressing an audio signal's dynamic range.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)