HART  0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
Matchers

Check audio. More...

Classes

class  EqualsTo< SampleType >
 Checks whether the audio is identical to some signal. More...
 
class  FundamentalEquals< SampleType >
 Checks the fundamental frequency of the signal. More...
 
class  MatcherBase< SampleType >
 Polymorphic base for all matchers. More...
 
class  Matcher< SampleType, Derived >
 Base for audio matchers. More...
 
struct  MatcherFailureDetails
 Details about matcher failure. More...
 
class  PeaksAt< SampleType >
 Checks whether the audio peaks at specific level. More...
 
class  PeaksBelow< SampleType >
 Checks whether the audio peaks below specific level. More...
 

Functions

template<typename SampleType >
std::ostream & operator<< (std::ostream &stream, const MatcherBase< SampleType > &matcher)
 Prints readable text representation of the Matcher object into the I/O stream.
 

Detailed Description

Check audio.

Function Documentation

◆ operator<<()

template<typename SampleType >
std::ostream & operator<< ( std::ostream &  stream,
const MatcherBase< SampleType > &  matcher 
)
related

Prints readable text representation of the Matcher object into the I/O stream.

Definition at line 234 of file hart_matcher.hpp.