Added subtitle generation support for non-English languages, improvements in code and documentation

This commit is contained in:
Deniz Şafak
2025-11-23 16:03:41 +03:00
parent 795bd8f1aa
commit f5d95547c5
5 changed files with 134 additions and 35 deletions
+2
View File
@@ -1,5 +1,7 @@
# 1.2.4 (Pre-release)
- **Subtitle generation is now available for all languages!** Abogen now supports subtitle generation for non-English languages using duration-based timing. Available modes include `Line`, `Sentence`, and `Sentence + Comma`. (Note: Word-level subtitle modes remain English-only due to Kokoro's timestamp token limitations.)
- Optimized regex compilation and eliminated busy-wait loops.
- Improvements in code and documentation.
# 1.2.3
- Same as 1.2.2, re-released to fix an issue with subtitle timing when using timestamp-based text files.