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

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

appliesToChannel(size_t channel)Matcher< SampleType, Derived >inlineprotected
atAllChannels() &Matcher< SampleType, Derived >inline
atAllChannels() &&Matcher< SampleType, Derived >inline
atAllChannelsExcept(std::initializer_list< size_t > channelsToSkip) &Matcher< SampleType, Derived >inline
atAllChannelsExcept(std::initializer_list< size_t > channelsToSkip) &&Matcher< SampleType, Derived >inline
atChannel(size_t channelToMatch) &Matcher< SampleType, Derived >inline
atChannel(size_t channelToMatch) &&Matcher< SampleType, Derived >inline
atChannels(std::initializer_list< size_t > channelsToMatch) &Matcher< SampleType, Derived >inline
atChannels(std::initializer_list< size_t > channelsToMatch) &&Matcher< SampleType, Derived >inline
canOperatePerBlock() const =0MatcherBase< SampleType >pure virtual
copy() const overrideMatcher< SampleType, Derived >inlinevirtual
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
m_channelsToMatchMatcher< SampleType, Derived >protected
match(const AudioBuffer< SampleType > &inputAudio, const AudioBuffer< SampleType > &observedOutputAudio)MatcherBase< SampleType >inlinevirtual
move() overrideMatcher< SampleType, Derived >inlinevirtual
operator<<(std::ostream &stream, const MatcherBase< SampleType > &matcher)Matcher< SampleType, Derived >related
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 overrideMatcher< SampleType, Derived >inlinevirtual
reset()MatcherBase< SampleType >inlinevirtual
~MatcherBase()=defaultMatcherBase< SampleType >virtual