arduino-audio-tools
|
Configuration for 3 Band Equalizer. More...
#include <Equalizer.h>
Public Member Functions | |
virtual void | clear () |
void | copyFrom (AudioInfo info) |
Same as set. | |
bool | equals (AudioInfo alt) |
Returns true if alt values are the same like the current values. | |
bool | equalsExSampleRate (AudioInfo alt) |
Checks if only the sample rate is different. | |
virtual void | logInfo (const char *source="") |
operator bool () | |
Returns true if all components are defined (no component is 0) | |
bool | operator!= (AudioInfo alt) |
Returns true if alt values are the different from the current values. | |
bool | operator== (AudioInfo alt) |
Returns true if alt values are the same like the current values. | |
void | set (AudioInfo info) |
Copies the values from info. | |
void | setAudioInfo (AudioInfo info) |
Same as set. | |
Configuration for 3 Band Equalizer.
Configure the basic audio parameters (channels, bits_per_sample, sample_rate) and the equalizer settings. The frequency and gain parameters apply to all channels identically in the basic Equalizer3Bands class.
Frequency bands:
Gain values should typically range from 0.0 to 2.0: