| void Process(float[] samples, int channel, int channels, out float[] lows, out float[] highs)Apply crossover on an array of samples. One filter should be applied to only one continuous stream of samples.Parametersfloat[] samples | Input samples | int channel | Channel to filter | int channels | Total channels | out float[] lows | Low frequency data | out float[] highs | High frequency data |
|