We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python-samplerate/samplerate/converters.py
Lines 175 to 176 in ed73d7a
Currently input_frames_used is ignored.
input_frames_used
This problem prevents python-samplerate to work correctly if the resampling ratio does not divide the block size provided to Resampler.process.
Resampler.process
PR #6 is an attempt to fix this issue.
@tuxu: what would be the timeline for making a new release?
The text was updated successfully, but these errors were encountered:
Thanks for the PR, @hcab14! We can upload a new release to PyPI just after your changes are reviewed and merged into master.
Sorry, something went wrong.
Thanks a lot for your response!
Somehow this problem was not caught by the tests, so it'd be good to have a test case for that. I can start thinking about that.
BTW: the documentation for python-samplerate is very good.
python-samplerate
@tuxu: did you have a look at the changes?
The motivation for these changes comes from here where currently only a few resampling ratios are supported due to this issue.
ping
Sorry, I was busy with a lot of other things. Hope to get back to you very soon.
No branches or pull requests
python-samplerate/samplerate/converters.py
Lines 175 to 176 in ed73d7a
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?
The text was updated successfully, but these errors were encountered: