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

Consistency with file descriptor outputs #548

Merged
merged 2 commits into from Mar 6, 2021
Merged

Conversation

courentin
Copy link
Contributor

In AudioSegment.export the file descriptor is always returned after doing a seek(0) except when it's an "easy wav".
It is problematic when we want to use it after exporting it (our use case is uploading it on S3 using s3.Object().put(Body=file_d)

In `AudioSegment.export` the file descriptor is always returned after doing a `seek(0)` except when it's an "easy wav".
It is problematic when we want to use it after exporting it (our use case is uploading it on S3 using `s3.Object().put(Body=file_d)`
@courentin
Copy link
Contributor Author

Can anyone merge this PR and eventually trigger a new pydub version? 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants