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

Method process

src/platforms/wasm/compiler/types.d.ts:203–203  ·  view source on GitHub ↗
(audioData: AudioData)

Source from the content-addressed store, hash-verified

201interface AudioProcessor {
202 initialize(): Promise<void>;
203 process(audioData: AudioData): void;
204 cleanup(): void;
205 [key: string]: any;
206}

Callers 2

FL_TEST_FILEFunction · 0.65
auto_gain.hppFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected