Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ run
Method
run
src/fl/audio/audio.cpp.hpp:20–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
19
struct GuardedFFT {
20
void run(fl::span<const fl::i16> sample, fft::Bins *out,
21
const fft::Args &args) {
22
fl::unique_lock<fl::mutex> lock(mtx);
23
fft.run(sample, out, args);
24
}
25
26
private:
27
fl::mutex mtx;
Callers
1
fft
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected