https://github.com/tuxu/python-samplerate/blob/ed73d7a39e61bfb34b03dade14ffab59aa27922a/samplerate/converters.py#L175-L176 Currently `input_frames_used` is ignored. This problem prevents python-samplerate to work correctly if the resampling ratio does not divide the block size provided to `Resampler.process`. PR https://github.com/tuxu/python-samplerate/pull/6 is an attempt to fix this issue. @tuxu: what would be the timeline for making a new release?