aedocw / epub2tts

Turn an epub or text file into an audiobook
Apache License 2.0
445 stars 44 forks source link

Use FLAC for temp files #92

Closed aedocw closed 7 months ago

aedocw commented 7 months ago

This branch is wrongly named, but originally I thought I would just use mp3 files for temp, unfortunately that introduced audio artifacts (possibly could have worked on ffmpeg parameters to tune it better, but...) Converting the intermediate wav files to flac though is clean and results in files less than half the original size.