Rework output resampler handling to deal with case where fewer samples are consumed than available

This commit is contained in:
Chris Cannam
2024-03-15 16:59:22 +00:00
parent cbb8329057
commit 59d0ff6abe
4 changed files with 56 additions and 56 deletions

View File

@@ -328,7 +328,7 @@ protected:
void readIn(const float *const *input);
void generate(int required);
int readOut(float *const *output, int outcount, int origin);
int readOut(float *const *output, int outcount);
void createResamplers();
void analyseChannel(int channel, int inhop, int prevInhop, int prevOuthop);