Releases: p0n1/epub_to_audiobook
Releases · p0n1/epub_to_audiobook
v0.8.4
v0.8.3
v0.8.2
v0.8.1
v0.8.0
Try out the new WebUI by updating the docker image
docker pull ghcr.io/p0n1/epub_to_audiobook:latest
Edit docker-compose.webui.yml
in the repo with your API keys and run:
docker compose -f docker-compose.webui.yml up
Then check the local URL http://127.0.0.1:7860 for the new interface. Check the WebUI section in README for details.
What's Changed
- minor typo in README.md by @vcalv in #76
- Only include selected chapters in the character/cost estimate by @bcongdon in #63
- Piper TTS support by @vcalv in #77
- We Should Be Able to Search And Replace Text by @reverendj1 in #80
- fix: split and change piper default settings by @p0n1 in #84
- README: improve piper by @p0n1 in #86
- [feat]: dockerized piper by @allen-n in #93
- Update requirements.txt by @Jackylaviss in #97
- Ease OpenAI TTS Provider validation by @sab666 in #107
- optimize Dockerfile by @kovaacs in #108
- add multiprocessing by @kovaacs in #109
- Remove reference numbers option by @alexjyong in #119
- Add kokoro support by @alexjyong in #118
- Add new features for openai tts as requested in #120 by @Bryksin in #121
- chore(deps): upgrade edge-tts to 7.0.0 by @p0n1 in #124
- fix: trim whitespace to match more empty title case by @p0n1 in #125
- Fix openai multiprocess by @p0n1 in #127
- Kokoro updates for docs and docker-compose by @alexjyong in #129
- Add a option to use pydub package for merging audio segments by @p0n1 in #130
- feat: enhance text splitting functionality and add unit tests by @p0n1 in #131
- fixed broken link to storyteller by @Surrogard in #133
- Gradio Web UI by @Bryksin in #132
- Fix readme by @p0n1 in #135
New Contributors
- @vcalv made their first contribution in #76
- @bcongdon made their first contribution in #63
- @reverendj1 made their first contribution in #80
- @allen-n made their first contribution in #93
- @Jackylaviss made their first contribution in #97
- @sab666 made their first contribution in #107
- @kovaacs made their first contribution in #108
- @alexjyong made their first contribution in #119
- @Surrogard made their first contribution in #133
Full Changelog: v0.6.1...v0.8.0
v0.6.1
- add ffmpeg to Dockerfile
- fix some warnings
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Fixing bug in if elif else block from previous PR by @haydonryan in #44
- feat: Add Edge-tts Pause Support for Paragraphs/Sections by @phuchoang2603 in #45
- Update README.md to include ffmpeg troubleshooting by @IgnorantSapient in #53
- feat: add title_mode option by @xtmu in #49
- Fix edge pause by @p0n1 in #71
- Update deps by @p0n1 in #73
Just get back to this and everything. The
edge
tts engine feature should be more robust now. Try it with--tts edge
if you want to convert any ebook for free!
New Contributors
- @phuchoang2603 made their first contribution in #45
- @IgnorantSapient made their first contribution in #53
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- README: improve after edge by @p0n1 in #32
- Update README.md by @p0n1 in #34
- feat: skip prompt if instructed or in preview mode by @haydonryan in #38
- README: fix docker usage by @p0n1 in #39.
Remember to add
-i -t
options for docker usage to enable interactive mode and allocate a pseudo-TTY.
New Contributors
- @haydonryan made their first contribution in #38
Full Changelog: v0.5.0...v0.5.1