Clears all the samples in the object's output and internal processing buffers.
| 478 | // Clears all the samples in the object's output and internal processing |
| 479 | // buffers. |
| 480 | void SoundTouch::clear() |
| 481 | { |
| 482 | pRateTransposer->clear(); |
| 483 | pTDStretch->clear(); |
| 484 | } |
| 485 | |
| 486 | |
| 487 |