Prevent cancellation if process is at 99%

This commit is contained in:
Deniz Şafak
2025-05-09 01:50:09 +03:00
parent cab0a7631f
commit 101012d9aa
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
# v1.0.7 (pre-release)
- Improve chaptered audio generation by outputting directly as `m4b` instead of converting from `wav`.
- Ignore chapter markers and single newlines when calculating text length, improving the accuracy of the text length calculation.
- Prevent cancellation if process is at 99%, ensuring the process is not interrupted at the last moment.
- Added `.opus` as output format for generated audio files.
- Added "Playing..." indicator for "Preview" button in the voice mixer.