echo66 / PhaseVocoderJS

GNU Affero General Public License v3.0
54 stars 7 forks source link

Implement phase vocoder reset #1

Closed echo66 closed 9 years ago

echo66 commented 9 years ago

In order to support jumps in the timeline, the internal buffers need to be cleared first.

echo66 commented 9 years ago

Implemented two resets: one that clears the previous input/output phases and another that clears the overlap&add buffers and the previous input/output phases.