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.

canOperatePerBlock() const =0MatcherBase< SampleType >pure virtual
copy() const =0MatcherBase< SampleType >pure virtual
getFailureDetails() const =0MatcherBase< SampleType >pure virtual
HART_DEPRECATED("This match() overload will be removed in HART 1.0.0, use \"match (const AudioBuffer&, const AudioBuffer&)\" instead") virtual bool match(const AudioBuffer< SampleType > &observedAudio)MatcherBase< SampleType >inline
match(const AudioBuffer< SampleType > &inputAudio, const AudioBuffer< SampleType > &observedOutputAudio)MatcherBase< SampleType >inlinevirtual
move()=0MatcherBase< SampleType >pure virtual
prepare(double sampleRateHz, size_t numChannels, size_t maxBlockSizeFrames)=0MatcherBase< SampleType >pure virtual
represent(std::ostream &stream) const =0MatcherBase< SampleType >pure virtual
representWithActiveChannels(std::ostream &stream) const =0MatcherBase< SampleType >pure virtual
reset()MatcherBase< SampleType >inlinevirtual
~MatcherBase()=defaultMatcherBase< SampleType >virtual