HART  0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
MatcherBase< SampleType > Member List

This is the complete list of members for MatcherBase< SampleType >, including all inherited members.

appliesToChannel(size_t channel)MatcherBase< SampleType >inlineprotected
canOperatePerBlock() const =0MatcherBase< SampleType >pure virtual
copy() const =0MatcherBase< SampleType >pure virtual
getChannelFlags() constMatcherBase< SampleType >inlineprotected
getFailureDetails() const =0MatcherBase< SampleType >pure virtual
HART_DEPRECATED("This method is deprecated. Switch to the one that uses AnalysisContext instead.") virtual bool match(const AudioBuffer< SampleType > &inputAudioMatcherBase< SampleType >
m_channelsToMatchMatcherBase< SampleType >protected
match(analysisContext)MatcherBase< SampleType >
match(AnalysisContext< SampleType > analysisContext)MatcherBase< SampleType >inlinevirtual
move()=0MatcherBase< SampleType >pure virtual
observedOutputAudioMatcherBase< SampleType >
prepare(double sampleRateHz, size_t numInputChannels, size_t numOutputChannels, size_t maxBlockSizeFrames)=0MatcherBase< SampleType >pure virtual
prepareWithActiveChannels(double sampleRateHz, size_t numInputChannels, size_t numOutputChannels, size_t maxBlockSizeFrames)MatcherBase< SampleType >inline
represent(std::ostream &stream) const =0MatcherBase< SampleType >pure virtual
representWithActiveChannels(std::ostream &stream) constMatcherBase< SampleType >inline
reset()MatcherBase< SampleType >inlinevirtual
supportsChannelLayout(size_t, size_t) constMatcherBase< SampleType >inlinevirtual
supportsSampleRate(double) constMatcherBase< SampleType >inlinevirtual
~MatcherBase()=defaultMatcherBase< SampleType >virtual