From dd2f65377ef69414fc01fcb82800b2cc4a2f3d1e Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Wed, 25 Dec 2024 23:17:03 +0700 Subject: [PATCH] docs(models_introduction): text frontend links --- docs/source/tts/models_introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tts/models_introduction.md b/docs/source/tts/models_introduction.md index 52c514801..d031ac826 100644 --- a/docs/source/tts/models_introduction.md +++ b/docs/source/tts/models_introduction.md @@ -1,5 +1,5 @@ # Models introduction -TTS system mainly includes three modules: `Text Frontend`, `Acoustic model` and `Vocoder`. We introduce a rule-based Chinese text frontend in [cn_text_frontend.md](./cn_text_frontend.md). Here, we will introduce acoustic models and vocoders, which are trainable. +TTS system mainly includes three modules: `Text Frontend`, `Acoustic model` and `Vocoder`. We introduce a rule-based Chinese text frontend in [zh_text_frontend](./zh_text_frontend.md). Here, we will introduce acoustic models and vocoders, which are trainable. The main processes of TTS include: 1. Convert the original text into characters/phonemes, through the `text frontend` module.