Sound Filter Interface. More...
#include <soundfilter_provider.h>
Public Member Functions | |
virtual | ~SoundFilterProvider () |
virtual void | filter (float **sample_data, int num_samples, int channels)=0 |
Filter callback. More... | |
Sound Filter Interface.
|
inlinevirtual |
|
pure virtual |
Filter callback.
All sound data is passed through this function, which modifies the sample data accordingly to the function of the filter.
The format of the sample data is always 16 bit stereo.