* More documentative bits

This commit is contained in:
Chris Cannam
2007-12-10 22:20:07 +00:00
parent 63ca65b931
commit 92b63b086a
4 changed files with 53 additions and 42 deletions

View File

@@ -49,10 +49,10 @@ RubberBandStretcher::Impl::ProcessThread::run()
while (cd.inputSize == -1 ||
cd.inbuf->getReadSpace() > 0) {
if (cd.inputSize != -1) {
cerr << "inputSize == " << cd.inputSize
<< ", readSpace == " << cd.inbuf->getReadSpace() << endl;
}
// if (cd.inputSize != -1) {
// cerr << "inputSize == " << cd.inputSize
// << ", readSpace == " << cd.inbuf->getReadSpace() << endl;
// }
bool any = false, last = false;
m_s->processChunks(m_channel, any, last);