MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / fft

Function fft

extlibs/soloud/src/core/soloud_fft.cpp:2461–2464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2459 }
2460
2461 void fft(float *aBuffer, unsigned int aBufferLength)
2462 {
2463 fftimpl::cftbsub(aBufferLength, aBuffer);
2464 }
2465
2466 void ifft(float *aBuffer, unsigned int aBufferLength)
2467 {

Callers 2

fft1024Function · 0.85
fft256Function · 0.85

Calls 1

cftbsubFunction · 0.85

Tested by

no test coverage detected