aedocw / epub2tts

Turn an epub or text file into an audiobook
Apache License 2.0
433 stars 43 forks source link

Ffmpeg concat #178

Closed aedocw closed 6 months ago

aedocw commented 6 months ago

This removes the intermediate step of transcoding wav files to FLAC files, and uses ffmpeg from the shell to concat the chapter files at the end. This is faster, and should resolve issues with long audiobooks.

aedocw commented 6 months ago

Lost bitrate support, added that back in, need new PR