diff options
| author | historia <historiavg@proton.me> | 2026-08-17 18:33:57 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-17 19:01:55 -0400 |
| commit | 98c592fadf2c7dd7ce7f9d57ec254212a813c350 (patch) | |
| tree | 91cf344dd462588fd8279e69739505209d3ecbf5 /requirements.txt | |
| parent | b4025ca7adb64ad4cfdbac62ea59765fbe76b8e6 (diff) | |
| download | tts-audiobook-generator-98c592fadf2c7dd7ce7f9d57ec254212a813c350.tar.gz | |
fix(converter): stream audio concat and harden error/encoding handling
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 8559cb6..8a0ea5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,11 @@ gradio_client>=0.7.0 pypdf>=4.0.0 ebooklib>=0.18 -pydub>=0.25.1 # Optional dependencies beautifulsoup4>=4.11.0 # better HTML cleaning for EPUB faster-whisper>=1.0.0 # reference-audio transcription for voice cloning # Audio processing -# Note: ffmpeg is required for pydub audio processing +# Note: ffmpeg is required to concatenate and encode the final audiobook. # Install separately: https://ffmpeg.org/download.html |
