sound.processors
Class WindowProcessor

java.lang.Object
  extended by sound.processors.WindowProcessor
All Implemented Interfaces:
java.io.Serializable, ByteProcessor

public class WindowProcessor
extends java.lang.Object
implements ByteProcessor

See Also:
Serialized Form

Constructor Summary
WindowProcessor(double[] window)
           
 
Method Summary
 void process(byte[] b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowProcessor

public WindowProcessor(double[] window)
Method Detail

process

public void process(byte[] b)
Specified by:
process in interface ByteProcessor