| void Process(float[] samples, 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 | out float[] lows | Low frequency data | out float[] highs | High frequency data |
|