Class | Description |
---|---|
BeatDetector |
A beat detector that uses a 2nd order LP filter, followed by an envelope
detector (thanks Bram), feeding a Schmitt trigger.
|
EffectiveSoundPressure |
Calculate the effective sound pressure by calculating the RMS of samples over
a temporal window.
|
FourierTransform |
Perform an FFT on an audio signal.
|
PeakNormalisationCalculator |
Calculates the scalar necessary to achieve peak value of the loudest part of
the given input signal.
|
PowerCepstrumTransform |
An implementation of the power cepstrum of an audio signal.
|