From 98c592fadf2c7dd7ce7f9d57ec254212a813c350 Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 17 Aug 2026 18:33:57 -0400 Subject: fix(converter): stream audio concat and harden error/encoding handling --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'requirements.txt') 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 -- cgit v1.2.3