#include <EnvelopeExtractor.hxx>
Public Member Functions | |
| void | Reconfigure (int PointsPerFrame, int MemoryPoints) |
| bool | Configured () |
| void | Clear (void) |
| void | AdvanceFrame (void) |
| TData | Acumulated (int index) |
| void | Compute (int interval, Array< TData > &audio, int interval_start, int interval_end) |
Container of interval amplitude average points for the EnvelopeExtractor class.
This class stores a sequence of amplitude values corresponding to average amplitudes in the interpolation intervals of the current audio frame, and of previous audio frames.
Definition at line 44 of file EnvelopeExtractor.hxx.
| void CLAM::IntervalAmplitudeAverages::AdvanceFrame | ( | void | ) | [inline] |
| void CLAM::IntervalAmplitudeAverages::Clear | ( | void | ) | [inline] |
| bool CLAM::IntervalAmplitudeAverages::Configured | ( | ) | [inline] |
Definition at line 27 of file EnvelopeExtractor.cxx.
References CLAM::Array< T >::Resize(), CLAM::Array< T >::SetSize(), and CLAM::Array< T >::Size().
1.5.9