|
(error, input_frames_used, output_frames_gen) = src_process( |
|
self._state, input_data, output_data, ratio, end_of_input) |
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 #6 is an attempt to fix this issue.
@tuxu: what would be the timeline for making a new release?