A current limitation of index_signal is aliasing when the playback speed is faster than the source speed.
For example, if the source is sampled at 44100, but the playback speed is 2x and the playback sampling rate is still 44100, all frequencies above 11050hz will create aliasing.
In this ticket: Introduce a new variant of Interpolator.get_interpolated_sample that includes the playback sampling rate ratio as an argument. It should be smart enough to filter out frequencies that will cause aliasing.
A current limitation of index_signal is aliasing when the playback speed is faster than the source speed.
For example, if the source is sampled at 44100, but the playback speed is 2x and the playback sampling rate is still 44100, all frequencies above 11050hz will create aliasing.
In this ticket: Introduce a new variant of Interpolator.get_interpolated_sample that includes the playback sampling rate ratio as an argument. It should be smart enough to filter out frequencies that will cause aliasing.