Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
audio_codec_eq_cfg Struct Reference

Codec EQ property values. More...

#include <zephyr/audio/codec.h>

Data Fields

uint32_t band
 EQ band center frequency in Hz, must match a supported codec EQ band.
int32_t gain
 EQ band gain in dB, codec-specific range.

Detailed Description

Codec EQ property values.

Field Documentation

◆ band

uint32_t audio_codec_eq_cfg::band

EQ band center frequency in Hz, must match a supported codec EQ band.

◆ gain

int32_t audio_codec_eq_cfg::gain

EQ band gain in dB, codec-specific range.


The documentation for this struct was generated from the following file: