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

Very long audio files crash/cause OOM #53

Closed
rabitt opened this issue Jan 27, 2023 · 1 comment
Closed

Very long audio files crash/cause OOM #53

rabitt opened this issue Jan 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@rabitt
Copy link
Contributor

rabitt commented Jan 27, 2023

We are loading the entire audio file at once (calling librosa.load) - if we switch to chunk-wise processing or librosa.stream this would be avoided. A similar issue was raised in #26

@rabitt rabitt added bug Something isn't working enhancement New feature or request labels Jan 27, 2023
@xiliuya
Copy link

xiliuya commented Feb 1, 2023

This pr solves the problem. Nice work. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants