RustAudio / dasp

The fundamentals for Digital Audio Signal Processing. Formerly `sample`.
Other
867 stars 63 forks source link

Add reset method to Interpolator #164

Closed vaffeine closed 3 years ago

vaffeine commented 3 years ago

Adds a new method to the Interpolator trait, that resets Interpolator state.

Closes #162.

mitchmindtree commented 3 years ago

Thanks!

vaffeine commented 3 years ago

Thank you for the extremely quick response :)