MCPcopy Create free account
hub / github.com/andrewreeman/SpectralSuite / createSpectralProcess

Method createSpectralProcess

SpectralSuiteBuild/BaseProcessor.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17};
18
19std::unique_ptr<StandardFFTProcessor> BaseProcessor::createSpectralProcess(int index, int fftSize, int hopSize, int sampleRate, int numOverlaps, int channel, int channelCount)
20{
21 return std::make_unique<emptyProcess>(fftSize, hopSize, hopSize * (index%numOverlaps), (int)sampleRate, this->getPhaseBuffer());
22}
23
24void BaseProcessor::prepareProcess(StandardFFTProcessor * spectralProcessor)
25{

Callers

nothing calls this directly

Calls 1

getPhaseBufferMethod · 0.80

Tested by

no test coverage detected