HART  0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
hart::aliases_float Namespace Reference

Functions

AudioTestBuilder< floatprocessAudioWith (std::function< float(float)> dspFunction, const std::string &label={})
 Call this to start building your test using a sample-wise function.
 
AudioTestBuilder< floatprocessAudioWith (std::function< void(AudioBuffer< float > &)> dspFunction, const std::string &label={})
 Call this to start building your test using a block-wise in-place function.
 
AudioTestBuilder< floatprocessAudioWith (std::function< void(const AudioBuffer< float > &, AudioBuffer< float > &)> dspFunction, const std::string &label={})
 Call this to start building your test using a block-wise non-replacing function.