Improved process handling for subpprocess calls

This commit is contained in:
Deniz Şafak
2025-05-09 10:58:05 +03:00
parent 101012d9aa
commit 22086793ae
4 changed files with 121 additions and 55 deletions
+1
View File
@@ -2,6 +2,7 @@
- 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.
- Improved process handling for subpprocess calls, ensuring better management of subprocesses.
- Added `.opus` as output format for generated audio files.
- Added "Playing..." indicator for "Preview" button in the voice mixer.