Class Summary |
AbstractCompressor |
The class AbstractCompressor.java specifies a Compressor as specified in:
http://en.wikipedia.org/wiki/Audio_level_compression
It Reduces th dynamic range of the inputfile. all samples are transformed to
UNSIGNED! |
Compressor |
The class Compressor.java defines a Compressor without kneefunction. |
LinAmplNormalizer |
The class LinAmplNormalizer.java normalizes the sample according the minimal
and maximal amplitude over all passed audiofiles. |
NoNormalizer |
The class NoNormalizer.java does nothing than returning the same value which
was passed. |