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

virtual void operator() ( float *  data,
uint32_t  numValues 
) const
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
dataA section of the stream data
numvaluesThe number of float values in this section

The documentation for this class was generated from the following file: