Changed audio processing pipeline back to converting temporary WAV files instead of directly creating OPUS and M4B files

This commit is contained in:
Deniz Şafak
2025-05-27 11:13:04 +03:00
parent bbabc9feed
commit c5174d2c0a
2 changed files with 122 additions and 61 deletions
+3
View File
@@ -1,3 +1,6 @@
# v1.0.9 (pre-release)
- Changed audio processing pipeline back to converting temporary WAV files instead of directly creating OPUS and M4B files. This resolves memory outage issues with long books that caused crashes, unresponsive behavior, or corrupted audio output. **This approach will be slower, but it is more stable and reliable.**
# v1.0.8
- 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