Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
static 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
50
using namespace test_vocal;
Callers
1
vocal.hpp
File · 0.85
Calls
1
makeSample
Function · 0.50
Tested by
no test coverage detected