MCPcopy Create free account
hub / github.com/LabSound/LabSound / AnalyserNode

Method AnalyserNode

src/core/AnalyserNode.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89AnalyserNode::AnalyserNode(AudioContext & ac, int fftSize)
90 : AudioBasicInspectorNode(ac, *desc(), 1)
91{
92 shared_construction(fftSize);
93 initialize();
94}
95
96AnalyserNode::AnalyserNode(AudioContext & ac)
97 : AudioBasicInspectorNode(ac, *desc(), 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected