Expand description
Implements the Equalizer feature (ID 0x8310, version 2) that configures
an audio device’s equalizer (per-band gains) and microphone noise reduction.
The device exposes a single EQ table of band_count frequency bands; each
band has a fixed frequency (Hz) and an adjustable signed gain (dB). All
frequencies are big-endian u16; gains are signed i8.
Structs§
- EqCapabilities
- How a device stores its EQ values, from
get_eq_info. - EqInfo
- EQ table information from
get_eq_info. - Equalizer
Feature - Implements the
Equalizer/0x8310feature.
Enums§
- Gain
Location - Where
get_frequency_gainsreads from. - Gain
Persistence - How
set_frequency_gainspersists the gains.