ClanSoft logo
ClanSoft logo

    CL_SoundFilter::filter

Syntax

virtual void filter(
        int *sample_data,
        int num_samples);

Description

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.


Back to index



This page was built using the Perceps documentation system.