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

Method fftSize

src/internal/HRTFDatabase.h:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 FFTFrame * fftFrame() { return m_fftFrame.get(); }
80
81 int fftSize() const { return m_fftFrame->fftSize(); }
82 float frameDelay() const { return m_frameDelay; }
83
84 // Converts back into impulse-response form.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected