GitHub Open Source Project: epub-tts Converts eBooks to Audio

2024-12-22

An open-source project on GitHub called epub-tts converts EPUB ebooks into audio files. Written in Go, it relies on ffmpeg and MacOS's `say` command to parse the EPUB into sections (chapters) and convert each section to an audio file. Currently an alpha release, it provides a simple alternative for when eyes are tired but the mind isn't. Future plans include code optimization, batch conversion, smaller audio file sizes, and support for more languages.

Development ebook audio conversion