svcore
1.9
|
WaveformOversampler.h
Go to the documentation of this file.
std::vector< float, breakfastquay::StlAllocator< float > > floatvec_t
Definition: BaseTypes.h:53
Oversample the sample data from a DenseTimeValueModel by an integer factor, on the assumption that th...
Definition: WaveformOversampler.h:31
static floatvec_t getOversampledData(const DenseTimeValueModel &source, int channel, sv_frame_t sourceStartFrame, sv_frame_t sourceFrameCount, int oversampleBy)
Return an oversampled version of the audio data from the given source sample range.
Definition: WaveformOversampler.cpp:22
static floatvec_t m_filter
Precalculated windowed sinc FIR filter for oversampling ratio of 8.
Definition: WaveformOversampler.h:54
Base class for models containing dense two-dimensional data (value against time). ...
Definition: DenseTimeValueModel.h:30
static floatvec_t getFixedRatioData(const DenseTimeValueModel &source, int channel, sv_frame_t sourceStartFrame, sv_frame_t sourceFrameCount)
Definition: WaveformOversampler.cpp:56
Generated by 1.8.11