All Classes |Grouped Classes |Index

Function filter

Filter callback.

	virtual void CL_SoundFilterProvider::filter(
		float ** sample_data,
		int num_samples,
		int channels);

Detailed description:

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.