|
HART
0.2.0
High level Audio Regression and Testing
|
Functions | |
| AudioTestBuilder< float > | processAudioWith (std::function< float(float)> dspFunction, const std::string &label={}) |
| Call this to start building your test using a sample-wise function. | |
| AudioTestBuilder< float > | processAudioWith (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< float > | processAudioWith (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. | |