diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc7752..a807f4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - New option: **"Subtitle speed adjustment method"**: Choose how to speed up audio when needed: - **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. -- Added support for embedding cover images in M4B files. Abogen now automatically extracts cover images from EPUB and PDF files. You can also manually specify a cover image using the `<>` tag in your text file. +- Added support for embedding cover images in M4B files. Abogen now automatically extracts cover images from EPUB and PDF files. You can also manually specify a cover image using the `<>` tag in your text file. (To prevent MPV from showing the cover image, you can add `audio-display=no` to your MPV config file.) - 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. diff --git a/demo/abogen.png b/demo/abogen.png index 6ece4fc..5c4a840 100644 Binary files a/demo/abogen.png and b/demo/abogen.png differ diff --git a/demo/abogen2.png b/demo/abogen2.png index 6857f92..cedaa5d 100644 Binary files a/demo/abogen2.png and b/demo/abogen2.png differ