MCPcopy Create free account
hub / github.com/FastLED/FastLED / makeSample_BeatDetector

Function makeSample_BeatDetector

tests/fl/audio/detector/beat.hpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

beat.hppFile · 0.85

Calls 1

makeSampleFunction · 0.50

Tested by

no test coverage detected