swesterfeld / beast

Beast - Music Synthesizer and Composer
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Feature Request: PolyPhase resampler with per-sample steps #8

Open swesterfeld opened 7 years ago

swesterfeld commented 7 years ago

In order to be able to resample samples while playing them, and being able to adjust the play speed at each sample, we could try using a PolyPhase FIR resampler, based on bandlimited interpolation, similar to the one I implemented for SpectMorph.

It would be nice if it also had unison. I'll try to come up with an implementation, and we can see if this gives us the required replay quality at an acceptable computational cost. I'll try to come up with a working implementation.