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

Method emptyProcess

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

Source from the content-addressed store, hash-verified

8class emptyProcess : public PhaseVocoder {
9public:
10 emptyProcess(int fftSize, int hopSize, int offset, int sampleRate, std::shared_ptr<PhaseBuffer> phaseBuffer) : PhaseVocoder(fftSize, hopSize, offset, sampleRate, phaseBuffer) {}
11
12 void spectral_process(const PolarVector &in, PolarVector &out, int bins) override {
13 for(int i=0; i<bins; ++i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected