MCPcopy Create free account
hub / github.com/DamRsn/NeuralNote / getNumOutSamplesOnNextProcessBlock

Method getNumOutSamplesOnNextProcessBlock

Lib/DSP/Resampler.cpp:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78int Resampler::getNumOutSamplesOnNextProcessBlock(int inNumSamples) const
79{
80 return static_cast<int>(std::floor((mNumInputSamplesAvailable + inNumSamples) / mSpeedRatio));
81}

Callers 1

resampleBufferFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected