From c72c8e777c1209d5beaa45141a465dcc9ec2d35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Tue, 18 Nov 2025 15:27:09 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94354a3..5610ffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # 1.2.2 (pre-release) - **You can now voice your subtitle files!** Simply add `.srt`, `.ass` or `.vtt` files to generate timed audio. Alternatively, add a text file with timestamps in `HH:MM:SS` or `HH:MM:SS,ms` format to generate audio that matches the timestamps. See [here](https://github.com/denizsafak/abogen?tab=readme-ov-file#about-timestamp-based-text-files) for detailed instructions. - - New option: **"Use silent gaps between subtitles"**: Prevents unnecessary audio speed-up by letting speech continue naturally into the silent gaps between subtitles. + - New option: **"Use silent gaps between subtitles"**: Prevents unnecessary audio speed-up by letting speech continue into the silent gaps between subtitles. - New option: **"Subtitle speed adjustment method"**: Choose how to speed up audio when needed: - - **TTS Regeneration (better quality):** Re-creates the audio at a faster speed for the most natural sound. - - **FFmpeg Time-stretch (better speed):** Quickly speeds up the existing audio. + - **TTS Regeneration (better quality):** Re-generates the audio at a faster speed for more natural sound. + - **FFmpeg Time-stretch (better speed):** Quickly speeds up the generated audio. - Fixed `[WinError 1114] A dynamic link library (DLL) initialization routine failed` error on Windows, pre-loading PyTorch DLLs before initializing PyQt6 to avoid DLL initialization errors, mentioned in #98 by @ephr0n. - Potential fix for `CUDA GPU is not available` issue, by ensuring PyTorch is installed correctly with CUDA support on Windows using the installer script. - Improvements in code and documentation.