Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
interface
AudioProcessor {
202
initialize(): Promise<void>;
203
process(audioData: AudioData): void;
204
cleanup(): void;
205
[key: string]: any;
206
}
Callers
2
FL_TEST_FILE
Function · 0.65
auto_gain.hpp
File · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected