This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
CAFX | Main class to access library functions |
CAudioFile | Data structure after opening a file through the FileHandler class |
CAutotune | Autotune music effect |
CEQ | Parametric equalizer with 8 Biquad filters |
CFFT | Handler class to perform the Fast Fourier Transform |
CFileHandler | Handle sound file operations |
▼CFilter | Base class for a digital filter |
▼CBiquad | Represents a Biquad filter which is a type of filter |
CBellFilter | Represents a bell/peaking filter which is a type of biquad filter |
CHighPass | Represents a high pass filter which is a type of biquad filter |
CHighShelf | Represents a high shelf filter which is a type of biquad filter |
CLowPass | Represents a low pass filter which is a type of biquad filter |
CLowShelf | Represents a low shelf filter which is a type of biquad filter |
CReverb | Convolutional reverb music effect |
CTempo | Class for changing tempo of an audio file |
CTimeStretch | Class to stretch/compress an audio file without changing the pitch |
CUtils | Helper functions |