-
Notifications
You must be signed in to change notification settings - Fork 112
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
[Feature Request] Support for Customizable Audio Formats #3
Comments
You're welcome. I haven’t noticed that the audio quality of the audiobooks I converted is poor. I am very interested in trying other options and comparing their differences. I will implement this optional feature later. Thanks for the suggestion. |
I just tried the And I found we have to deal with filename extensions when enabling custom audio formats or just let user pass in. epub_to_audiobook/epub_to_audiobook.py Line 203 in f370bf7
And we have to deal with tags for other audio formats. epub_to_audiobook/epub_to_audiobook.py Lines 166 to 172 in f370bf7
|
Thank you for your reply. I previously used a TTS app that also utilized Azure TTS services, and I often use the audio-24khz-96kbitrate-mono-mp3 format. Honestly, I don't hear a significant difference compared to the current default of 48kbitrate. However, since I have a limited collection of audiobooks and ample disk space, and I also own a HiFi player 😄, I'd prefer to use a higher bitrate format. Nonetheless, if this would compromise the overall user experience, I'm okay with sticking to the current default format. It's already fantastic as it is, and I appreciate your efforts 🙏. |
Hi @7enChan. I just released a new version and now you can choose more audio formats now. Check the usage section here for details https://github.com/p0n1/epub_to_audiobook/tree/main#usage. Only MP3 format supported now because I don't want to deal with other formats currently. I think I can tell the difference on audio quality now if I just choose the |
Great project, thank you.
Here’s a suggestion: Currently, the default output audio format is an mp3 with a bitrate of 48kbps, which has a relatively poor sound quality. It would be great if you could add support for other audio formats, allowing users to customize it using the parameter “X-Microsoft-OutputFormat”. Thank you once again.
The text was updated successfully, but these errors were encountered: