From ce1fc0c880d0d76740151fd99e33dcb2c3835e49 Mon Sep 17 00:00:00 2001 From: SimonFoobar648 <245426116+SimonFoobar648@users.noreply.github.com> Date: Sun, 16 Aug 2026 11:33:00 +0000 Subject: [PATCH] fix: fix broken star history chart The star history chart in the README was broken. Point it to the new domain so the chart renders again. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddb3f79..48d7266 100644 --- a/README.md +++ b/README.md @@ -721,7 +721,7 @@ This project is available under the MIT License - see the [LICENSE](https://gith [Kokoro](https://github.com/hexgrad/kokoro) is licensed under [Apache-2.0](https://github.com/hexgrad/kokoro/blob/main/LICENSE) which allows commercial use, modification, distribution, and private use. ## `Star History` -[![Star History Chart](https://api.star-history.com/svg?repos=denizsafak/abogen&type=Date)](https://www.star-history.com/#denizsafak/abogen&Date) +[![Star History Chart](https://star-history.dera.page/svg?repos=denizsafak/abogen&type=Date)](https://star-history.dera.page/#denizsafak/abogen&Date) > [!NOTE] > Abogen supports subtitle generation for all languages. However, word-level subtitle modes (e.g., "1 word", "2 words", "3 words", etc.) are only available for English because [Kokoro provides timestamp tokens only for English text](https://github.com/hexgrad/kokoro/blob/6d87f4ae7abc2d14dbc4b3ef2e5f19852e861ac2/kokoro/pipeline.py#L383). For non-English languages, Abogen uses a duration-based fallback that supports sentence-level and comma-based subtitle modes ("Line", "Sentence", "Sentence + Comma"). If you need word-level subtitles for other languages, please request that feature in the [Kokoro project](https://github.com/hexgrad/kokoro).