Added voice preview caching system

This commit is contained in:
Deniz Şafak
2025-05-22 00:26:27 +03:00
parent 082bb08e48
commit 065eaa4745
3 changed files with 158 additions and 35 deletions
+1
View File
@@ -1,5 +1,6 @@
# v1.0.8 (pre-release)
- Added support for AMD GPUs in Linux (Special thanks to @hg000125 for his contribution in #23)
- Added voice preview caching system that stores generated previews in the cache folder, mentioned by @jborza in #22
- Added extra metadata support for chaptered M4B files, ensuring better compatibility with audiobook players.
- Added new option: `Separate chapters audio format`, allowing to choose between `wav`, `mp4`, `flac` and `opus` formats for chaptered audio files.
- Skipping PyTorch CUDA installation if GPU is not NVIDIA in WINDOWS_INSTALL.bat script, preventing unnecessary installation of PyTorch.