Skip to content
New issue

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

Better handle misbehaving file-like objects when writing audio files. #205

Merged
merged 3 commits into from
Mar 20, 2023

Conversation

psobot
Copy link
Member

@psobot psobot commented Mar 9, 2023

Improvements to error messages discovered when trying to use Pedalboard to write audio files to a TensorFlow GFile file handle, which does not properly support seeking when writing (despite being seekable(); see tensorflow/tensorflow#32122).

Also includes a small test speed-up around FLAC seeking.

@psobot psobot added the enhancement New feature or request label Mar 9, 2023
@psobot psobot merged commit c3463ae into master Mar 20, 2023
@psobot psobot deleted the psobot/exception-propagation branch March 20, 2023 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant