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

Function makeSample_VocalDetector

tests/fl/audio/detector/vocal.hpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45static audio::Sample makeSample_VocalDetector(float freq, fl::u32 timestamp, float amplitude = 16000.0f) {
46 return makeSample(freq, timestamp, amplitude);
47}
48
49} // namespace test_vocal
50using namespace test_vocal;

Callers 1

vocal.hppFile · 0.85

Calls 1

makeSampleFunction · 0.50

Tested by

no test coverage detected