uk.org.toot.audio.filter
Class IIRCrossover

java.lang.Object
  extended by uk.org.toot.audio.filter.IIRCrossover
All Implemented Interfaces:
Crossover

public class IIRCrossover
extends java.lang.Object
implements Crossover


Constructor Summary
IIRCrossover(FilterSpecification low, FilterSpecification high)
           
 
Method Summary
 void clear()
           
 void filter(float[] source, float[] lo, float[] hi, int nsamples, int chan)
           
 void setSampleRate(int rate)
          Called when the sample rate changes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IIRCrossover

public IIRCrossover(FilterSpecification low,
                    FilterSpecification high)
Method Detail

setSampleRate

public void setSampleRate(int rate)
Description copied from interface: Crossover
Called when the sample rate changes.

Specified by:
setSampleRate in interface Crossover

filter

public void filter(float[] source,
                   float[] lo,
                   float[] hi,
                   int nsamples,
                   int chan)
Specified by:
filter in interface Crossover

clear

public void clear()
Specified by:
clear in interface Crossover


Copyright © 2004, 2005, 2006, 2007 Steve Taylor. All Rights Reserved.