#include <soundfilter_provider.h>
Public Member Functions | |
Construction | |
| virtual | ~CL_SoundFilterProvider () |
Operations | |
| virtual void | destroy ()=0 |
| Destroys the provider. | |
| virtual void | filter (float **sample_data, int num_samples, int channels)=0 |
| Filter callback. | |
|
|
|
|
|
Destroys the provider.
|
|
||||||||||||||||
|
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. |
1.4.6