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

Method FFT

src/extended/SpectralMonitorNode.cpp:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28{
29public:
30 FFT(int size)
31 : size(size)
32 {
33 oouraIp = (int *) calloc(2 + (int) sqrt(size / 2), sizeof(int));
34 oouraW = (float *) calloc(size / 2, sizeof(float));
35 }
36
37 ~FFT()
38 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected