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

Parallelizing the "Collection processing" code #6

Open
NumerousHats opened this issue Apr 24, 2020 · 0 comments
Open

Parallelizing the "Collection processing" code #6

NumerousHats opened this issue Apr 24, 2020 · 0 comments

Comments

@NumerousHats
Copy link

Thank you for a fantastic resource! These Jupyter notebooks have been extremely useful in getting me comfortable with using librosa and python for audio. Using frequency rolloff and contrast stats at collection-level is a particularly useful idea. Since, in my hands at least, the librosa methods are CPU-bound, the processing of large file collections can be greatly accelerated by using multiple cores in parallel.

I have modified the code to use multiprocessing: https://gist.github.com/NumerousHats/e701db2e04b81b7718bf247d78560df6

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