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

Method HRTFKernel

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

Source from the content-addressed store, hash-verified

69 HRTFKernel(AudioChannel *, int fftSize, float sampleRate);
70
71 HRTFKernel(std::unique_ptr<FFTFrame> fftFrame, float frameDelay, float sampleRate)
72 : m_fftFrame(std::move(fftFrame))
73 , m_frameDelay(frameDelay)
74 , m_sampleRate(sampleRate)
75 {
76 //m_fftFrame->print();
77 }
78
79 FFTFrame * fftFrame() { return m_fftFrame.get(); }
80

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected