Automatic audiobook (.mp3) generation with edge-tts#2646
Open
IanRockwell wants to merge 9 commits intolncrawl:devfrom
Open
Automatic audiobook (.mp3) generation with edge-tts#2646IanRockwell wants to merge 9 commits intolncrawl:devfrom
IanRockwell wants to merge 9 commits intolncrawl:devfrom
Conversation
Added processing for the audio And a estimate (complete guess) for the progress of the mp3
Sorry, forgot to make multiple commits
Collaborator
|
Thank you for the pull request. Since all good epub readers provides a TTS functionality, I don't see how this will bring much value. I usually use Moon Reader+ for TTS. It also has a lot of voice types and speed controls to choose from as well. Generating mp3 files and downloading them from an online tool can be often unreliable and quite slow. Also, there is a risk of getting your IP blocked when transforming a novel with 3000+ chapters. However, we can still have mp3 output as an optional choice. I like that the |
91afd17 to
7adab4d
Compare
057bbe9 to
292d0aa
Compare
733b8f0 to
cc1b53b
Compare
3744aa0 to
b76ae0f
Compare
4a85185 to
c3aa1b0
Compare
ac634e6 to
593ae17
Compare
ec09391 to
cc64f8d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds support for automatically generating audiobooks using edge-tts — a Python module that enables access to Microsoft Edge's online text-to-speech service without any authentication or needing Edge and/or Windows installed
I thought this would be a great addition to the project, especially for situations where I can't always be looking at the screen but still want to enjoy a light novel hands-free.
This is my first ever pull request, so if I’ve made any mistakes or overlooked something, please don’t hesitate to point it out. And if you feel this feature is outside the scope of the project and prefer not to include it, that’s completely understandable as well.