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

@@ -216,7 +216,7 @@ public:
setExpectedInputDuration(size_t samples)
{
if (m_r2) m_r2->setExpectedInputDuration(samples);
//!!! perhaps also for R3
else m_r3->setExpectedInputDuration(samples);
}
void