| 31 | }; |
| 32 | |
| 33 | static audio::Sample makeSample_BeatDetector(float freq, fl::u32 timestamp, float amplitude = 16000.0f) { |
| 34 | return makeSample(freq, timestamp, amplitude); |
| 35 | } |
| 36 | |
| 37 | static audio::Sample makeSilence_BeatDetector(fl::u32 timestamp) { |
| 38 | return makeSilence(timestamp); |