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

Method MorphFFTProcessor

Morph/Source/MorphFFTProcessor.cpp:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "../../shared/Polar.h"
3
4MorphFFTProcessor::MorphFFTProcessor(int size, int hops, int offset, int sRate, std::shared_ptr<PhaseBuffer> phaseBuffer, Array<int>** pMorphPointsPointer)
5 : PhaseVocoder(size, hops, offset, sRate, phaseBuffer), m_pMorphPointsPointer(pMorphPointsPointer)
6{}
7
8void MorphFFTProcessor::spectral_process(const PolarVector &in, PolarVector &out, int halfSize) {
9 for (unsigned int i = 0; i < in.size(); ++i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected