Improve chaptered audio generation by outputting directly as m4b instead of converting from wav

This commit is contained in:
Deniz Şafak
2025-05-09 01:29:14 +03:00
parent 375a185aef
commit cab0a7631f
2 changed files with 131 additions and 144 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
# v1.0.7 (pre-release)
- Ignore chapter markers and single newlines when calculating text length.
- Added `.opus` support as output format for generated audio files.
- 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.
- Added `.opus` as output format for generated audio files.
- Added "Playing..." indicator for "Preview" button in the voice mixer.
# v1.0.6