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

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

appliesToChannel(size_t channel)Matcher< SampleType, PeaksBelow< SampleType > >inlineprotected
atAllChannels()Matcher< SampleType, PeaksBelow< SampleType > >inline
atAllChannelsExcept(std::initializer_list< size_t > channelsToSkip)Matcher< SampleType, PeaksBelow< SampleType > >inline
atChannel(size_t channelToMatch)Matcher< SampleType, PeaksBelow< SampleType > >inline
atChannels(std::initializer_list< size_t > channelsToMatch)Matcher< SampleType, PeaksBelow< SampleType > >inline
canOperatePerBlock() overridePeaksBelow< SampleType >inlinevirtual
copy() const overrideMatcher< SampleType, PeaksBelow< SampleType > >inlinevirtual
getFailureDetails() const overridePeaksBelow< SampleType >inlinevirtual
m_channelsToMatchMatcher< SampleType, PeaksBelow< SampleType > >protected
match(const AudioBuffer< SampleType > &observedAudio) overridePeaksBelow< SampleType >inlinevirtual
move() overrideMatcher< SampleType, PeaksBelow< SampleType > >inlinevirtual
operator<<(std::ostream &stream, const MatcherBase< SampleType > &matcher)Matcher< SampleType, PeaksBelow< SampleType > >related
PeaksBelow(double thresholdDb, double toleranceLinear=1e-3)PeaksBelow< SampleType >inline
prepare(double, size_t, size_t) overridePeaksBelow< SampleType >inlinevirtual
represent(std::ostream &stream) const overridePeaksBelow< SampleType >inlinevirtual
representWithActiveChannels(std::ostream &stream) const overrideMatcher< SampleType, PeaksBelow< SampleType > >inlinevirtual
reset() overridePeaksBelow< SampleType >inlinevirtual
~MatcherBase()=defaultMatcherBase< SampleType >virtual