* Fix latency issue

This commit is contained in:
Chris Cannam
2008-07-06 19:24:53 +00:00
parent c237047d3c
commit 167760625a
2 changed files with 35 additions and 21 deletions

View File

@@ -93,6 +93,7 @@ protected:
size_t m_blockSize;
size_t m_reserve;
size_t m_minfill;
RubberBand::RubberBandStretcher *m_stretcher;
RubberBand::RingBuffer<float> *m_outputBuffer[2];