micromod
Class WaveShaper

java.lang.Object
  extended bymicromod.WaveShaper
Direct Known Subclasses:
Compressor

public class WaveShaper
extends java.lang.Object

The WaveShaper simply provides a method for distorting (usually compressing/limiting) audio.


Constructor Summary
WaveShaper()
           
 
Method Summary
 void shapeWaves(int[] inputBuffer, short[] outputBuffer, int length)
          Perform shaping of the samples in inputBuffer to outputBuffer from 0 to length-1.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaveShaper

public WaveShaper()
Method Detail

shapeWaves

public void shapeWaves(int[] inputBuffer,
                       short[] outputBuffer,
                       int length)
Perform shaping of the samples in inputBuffer to outputBuffer from 0 to length-1.