|
HART
0.2.0
High level Audio Regression and Testing
|
Functions | |
| AudioTestBuilder< double > | processAudioWith (std::function< double(double)> dspFunction, const std::string &label={}) |
See the description of the float version of this function. | |
| AudioTestBuilder< double > | processAudioWith (std::function< void(AudioBuffer< double > &)> dspFunction, const std::string &label={}) |
See the description of the float version of this function. | |
| AudioTestBuilder< double > | processAudioWith (std::function< void(const AudioBuffer< double > &, AudioBuffer< double > &)> dspFunction, const std::string &label={}) |
See the description of the float version of this function. | |