Skip to content

Releases: p0n1/epub_to_audiobook

v0.8.4

25 Jul 08:25
ee47a4d
Compare
Choose a tag to compare

What's Changed

  • fix: enhance text filtering for Edge TTS to reduce NoAudioReceived error by @p0n1 in #154

Full Changelog: v0.8.3...v0.8.4

v0.8.3

27 Jun 03:51
f387291
Compare
Choose a tag to compare

What's Changed

  • fix: format voice parameters like rate, volume, and pitch in webui for EdgeTTSProvider by @p0n1 in #149

Full Changelog: v0.8.2...v0.8.3

v0.8.2

11 Jun 10:21
e5ec4dd
Compare
Choose a tag to compare

What's Changed

  • polish edge tts experience by @p0n1 in #144

Full Changelog: v0.8.1...v0.8.2

v0.8.1

10 Jun 07:07
e7e38ff
Compare
Choose a tag to compare

What's Changed

  • fix: split break_duration slider variables for azure and edge by @p0n1 in #137
  • Kokoro docker compose - enable gpu resources by @Wngui in #139
  • chore: update package versions in requirements.txt by @p0n1 in #142

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

23 May 15:25
f1a4a6e
Compare
Choose a tag to compare

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.

webui

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.8.0

v0.6.1

28 Jun 09:58
Compare
Choose a tag to compare
  • add ffmpeg to Dockerfile
  • fix some warnings

Full Changelog: v0.6.0...v0.6.1

v0.6.0

28 Jun 08:43
90bbea6
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.5.1...v0.6.0

v0.5.1

23 Jan 12:38
52a9a87
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Jan 16:54
7432dc7
Compare
Choose a tag to compare

What's Changed

  • Fr 21 project refactoring by @Bryksin in #25
  • fix: replace epub_to_audiobook.py to main.py by @p0n1 in #28
  • feat: add Edge TTS provider by @xtmu in #30

New Contributors

Full Changelog: v0.4.3...v0.5.0

v0.4.3

22 Nov 16:43
Compare
Choose a tag to compare

fix: #20 file overwrite every iteration

Full Changelog: v0.4.2...v0.4.3