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

Improve pysox by adding static-sox package to auto download sox binaries #156

Open
zackees opened this issue Feb 22, 2023 · 0 comments
Open

Comments

@zackees
Copy link

zackees commented Feb 22, 2023

Hi there, great library.

I wanted to let you know I created a static-sox for tools like this so that the user doesn't have to face the pain of pre-installing sox for their platform in order to use the binary.

Consider adding static-sox to the dependency list and then using static_sox.add_paths(weak=True) in functions before they invoke a call to the sox binary.

static-sox will only download the binaries on first use, and there is a file based lock that will make sure the downloading step is only done once even in a concurrent environment.

pip install static-sox
https://pypi.org/project/static-sox/

@zackees zackees changed the title Improve pysox by adding static-sox package to auto download binaries Improve pysox by adding static-sox package to auto download sox binaries Feb 22, 2023
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

No branches or pull requests

1 participant