Added chunking/segmenting system

This commit is contained in:
Deniz Şafak
2025-05-28 00:39:08 +03:00
parent 26d4481ee1
commit ee2999f2cd
2 changed files with 245 additions and 171 deletions
+2 -2
View File
@@ -1,6 +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.**
- "Composer" and "Genre" metadata fields for M4B files are now editable from the text editor.
- Added chunking/segmenting system that fixes memory outage issues when processing large audio files.
- `Composer` and `Genre` metadata fields for M4B files are now editable from the text editor.
# v1.0.8
- Added support for AMD GPUs in Linux (Special thanks to @hg000125 for his contribution in #23)