| 18 | namespace test_tempo_analyzer { |
| 19 | |
| 20 | static audio::Sample makeSample_TempoAnalyzer(float freq, fl::u32 timestamp, float amplitude = 16000.0f) { |
| 21 | return makeSample(freq, timestamp, amplitude); |
| 22 | } |
| 23 | |
| 24 | static audio::Sample makeSilence_TempoAnalyzer(fl::u32 timestamp) { |
| 25 | return makeSilence(timestamp); |
no test coverage detected