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

Function makeSample_TempoAnalyzer

tests/fl/audio/detector/tempo_analyzer.hpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

tempo_analyzer.hppFile · 0.85

Calls 1

makeSampleFunction · 0.50

Tested by

no test coverage detected