AudioEffect Class Referenceabstract
#include <AudioEffect.h>
Description
Base class that applies effects through the Sound module.
Functions | |
virtual void | operator() (float *data, uint32_t numValues) const =0 |
Member Function Documentation
|
pure virtual |
The function to be called to perform the logic for the effect.
The data values are expected to be output as [-1, 1] in an interleaved channel format. If outside of these bounds, the data will be clamped to that range.
- Parameters
-
data A section of the stream data numvalues The number of float values in this section
The documentation for this class was generated from the following file:
- /home/jc/git/Dynacoe/DynacoeSrc/includes/Dynacoe/AudioEffect.h