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

Waves codec

Type: bool

Help

Select to include Waves codec. Waves codec implements MaxxEffect API.
API definition together with pre-compiled library is shared by Waves Audio Ltd.
If library is not provided will result in compilation error.
For more information, contact consumer@waves.com.

Direct dependencies

SOF

(Includes any dependencies from ifs and menus.)

Default

  • n

Kconfig definition

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

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/home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/audio/Kconfig:355

Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Audio components → Codec Adapter codecs

config WAVES_CODEC
    bool "Waves codec" if COMP_CODEC_ADAPTER
    default n
    depends on SOF
    help
      Select to include Waves codec. Waves codec implements MaxxEffect API.
      API definition together with pre-compiled library is shared by Waves Audio Ltd.
      If library is not provided will result in compilation error.
      For more information, contact consumer@waves.com.

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