File size: 1,126 Bytes
17ed7d8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63

```{include} ../../README.md

:relative-images:

```
----

# Documentation Content
```{eval-rst}

.. toctree::

    :maxdepth: 2

    :caption: Get started



    tutorial_for_nervous_beginners

    installation

    faq

    contributing



.. toctree::

    :maxdepth: 2

    :caption: Using 🐸TTS



    inference

    docker_images

    implementing_a_new_model

    implementing_a_new_language_frontend

    training_a_model

    finetuning

    configuration

    formatting_your_dataset

    what_makes_a_good_dataset

    tts_datasets

    marytts



.. toctree::

    :maxdepth: 2

    :caption: Main Classes



    main_classes/trainer_api

    main_classes/audio_processor

    main_classes/model_api

    main_classes/dataset

    main_classes/gan

    main_classes/speaker_manager



.. toctree::

    :maxdepth: 2

    :caption: `tts` Models



    models/glow_tts.md

    models/vits.md

    models/forward_tts.md

    models/tacotron1-2.md

    models/overflow.md

    models/tortoise.md

    models/bark.md

    models/xtts.md



.. toctree::

    :maxdepth: 2

    :caption: `vocoder` Models



```