public class NormaliserEffect
extends java.lang.Object
Constructor and Description |
---|
NormaliserEffect(float normal) |
Modifier and Type | Method and Description |
---|---|
short[] |
process(int[] input) |
short[] |
process(SampleSet input) |
short[] |
process(short[] input) |
short[] |
process8Bit(SampleSet input) |
void |
setNormalLevel(float norm)
Sets the level of normalisation.
|
public void setNormalLevel(float norm)
nor
- the level of normalisation. This value must be divided by 100 in order to be used, as the normalisation
level must be less than 1 as it is given as a percentage.public short[] process(short[] input)
public short[] process(int[] input)
public short[] process(SampleSet input)
public short[] process8Bit(SampleSet input)