* documentation

This commit is contained in:
Chris Cannam
2007-12-04 21:42:06 +00:00
parent b3c4ce045f
commit 9bf7e03d5c
3 changed files with 175 additions and 10 deletions

View File

@@ -338,7 +338,7 @@ RubberBandPitchShifter::runImpl(unsigned long insamples)
float *ptrs[2];
//!!! We have to break up the input into chunks like this because
// We have to break up the input into chunks like this because
// insamples could be arbitrarily large
while (processed < samples) {