|
arduino-audio-tools
|
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 > |
Digital Equalizer.
| using Equalizer3Bands = Equalizer3BandsT<float> |
float-based alias kept for backwards compatibility; see Equalizer3BandsT for the templated version used on FPU-less microcontrollers.
| using Equalizer3BandsPerChannel = Equalizer3BandsPerChannelT<float> |
float-based alias kept for backwards compatibility; see Equalizer3BandsPerChannelT for the templated version used on FPU-less microcontrollers.