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

pydub can't handle files >4GB #20

Open
funwithzaps opened this issue Aug 11, 2024 · 3 comments
Open

pydub can't handle files >4GB #20

funwithzaps opened this issue Aug 11, 2024 · 3 comments

Comments

@funwithzaps
Copy link

Hey, first, let me thank you immensely for developing this tool. I have no clue how to program and I'm hoping this tool is going to save me alot of time trying to prepare my presentations for my book club.

I tried running it on The Complete Essays of Michel de Montaigne, and got an error after the get_bookmarks command: pydub.exceptions.CouldntDecodeError: Unable to process >4GB files

Any thought on how this could be dealt with? Thanks for looking into it.

@GGyll
Copy link
Owner

GGyll commented Aug 12, 2024

Looks like pydub cannot load more than that into memory. The audio file needs to be split up.

https://github.com/Tikhvinskiy/Smart-audio-splitter

This might do the trick.
Give me a week or so and I could implement this

@GGyll
Copy link
Owner

GGyll commented Sep 26, 2024

Won't have time for a while to fix.

Issue is open for anyone that would like to incorporate Smart audio splitter into the program

@GGyll
Copy link
Owner

GGyll commented Sep 26, 2024

@MugunthKumar @jeromedalbert @HacDan

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

2 participants