The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_ASRC_SUPPORT_CONVERSION_24000_TO_16000

Downsample 24 kHz to 16 kHz

Type: bool

Help

This option enables downsampling from 24 kHz to 16 kHz into
the build. The consumption of memory is 1.9 kB.

Direct dependencies

COMP_ASRC && SOF

(Includes any dependencies from ifs and menus.)

Default

  • n

Symbols that select this symbol

Kconfig definition

At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/audio/Kconfig:255

Included via Kconfig:8Kconfig.zephyr:23modules/Kconfig:6doc/_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 → ASRC component → Supported downsampling conversions

config ASRC_SUPPORT_CONVERSION_24000_TO_16000
    bool "Downsample 24 kHz to 16 kHz" if COMP_ASRC_DOWNSAMPLING_CUSTOM
    default n
    depends on COMP_ASRC && SOF
    help
      This option enables downsampling from 24 kHz to 16 kHz into
      the build. The consumption of memory is 1.9 kB.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)