Wire up setExpectedInputDuration

This commit is contained in:
Chris Cannam
2022-07-07 10:54:23 +01:00
parent 263e0cbf70
commit dca4c96834
3 changed files with 19 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ public:
size_t getChannelCount() const;
void setExpectedInputDuration(size_t samples);
void setMaxProcessSize(size_t samples);
void setDebugLevel(int level) {
@@ -303,6 +304,7 @@ protected:
int m_startSkip;
size_t m_studyInputDuration;
size_t m_suppliedInputDuration;
size_t m_totalTargetDuration;
size_t m_consumedInputDuration;
size_t m_lastKeyFrameSurpassed;