Rework output resampler handling to deal with case where fewer samples are consumed than available
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user