arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Typedefs

Digital Equalizer. More...

Classes

struct  ConfigEqualizer3Bands
 Configuration for 3 Band Equalizer. More...
 
class  Equalizer3BandsPerChannelT< T >
 3 Band Equalizer with per-channel frequency and gain control Allows independent frequency and gain settings for each audio channel. Each channel can have different low/high frequency cutoffs and different gain values for low, medium, and high frequency bands. More...
 
class  Equalizer3BandsT< T >
 3 Band Equalizer with identical settings for all channels More...
 

Typedefs

using Equalizer3Bands = Equalizer3BandsT< float >
 
using Equalizer3BandsPerChannel = Equalizer3BandsPerChannelT< float >
 

Detailed Description

Digital Equalizer.

Typedef Documentation

◆ Equalizer3Bands

float-based alias kept for backwards compatibility; see Equalizer3BandsT for the templated version used on FPU-less microcontrollers.

◆ Equalizer3BandsPerChannel

float-based alias kept for backwards compatibility; see Equalizer3BandsPerChannelT for the templated version used on FPU-less microcontrollers.