-
Notifications
You must be signed in to change notification settings - Fork 302
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
Fails on >24hr audiobooks & Reader Jumps Around #37
Comments
hm, Ill look into thisbut in the meantime I suppose you could try removing the activation of the Then you should just be left with a bunch of chapter wav files located in the Unless of course your issue comes before the creation of the final giant audiobook file |
the best is standardize the audio file with a max time, for ex 2 hours, and a consistent naming convention |
👍🏻 yeah for now I went the route of just commenting out create_m4b_from_chapters() and use m4b-tool to convert those which works great. |
@kkrausse v2.0 is out now, but I'm still working on it. If you have already some code for a PR don't hesitate to share it. |
it's a wav 32bit limited size. we need to add a function assembling the chunks once it reaches the limit which is 4GB. |
Seems like the failure at >24hr books is because final wav file gets too big.
Another (somewhat) related issue is that ebook reader randomly pauses and like jump backwards to random places.
Have you considered using m4b-tool instead of combining wav files & making the metadata yourself?
or maybe something with my files messes with the formatting.
edit: willing to work on this myself, but want to know if anyone has ideas first
The text was updated successfully, but these errors were encountered: