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