Language: {{ language.lang_name }}
- ISO 693-2 Code: {{ language.lang_code_639_2 }}
- Language family: {{ language.lang_family }}
- Number of speakers: {{ language.total_speakers }}
- Countries : {{ language.all_countries }}
- Wikipedia link
Datasets
| Data_id | Source | No. of sentences | MCD | Quality | Hrs | Gender | Download | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ dataset.data_id }} | {{ dataset.source }} | {{ dataset.pass1_utt }} | {{ dataset.pass1_mcd|floatformat:2 }} | {% if dataset.pass1_mcd <= 6 %}Good | {% elif dataset.pass1_mcd <= 7 %}Okay | {% elif dataset.pass1_mcd <= 8 %}Bad | {% else %}}Something is wrong | {% endif %}{{ dataset.duration|floatformat:2 }} | {{ dataset.speaker_gender }} | {% if not dataset.data_location %}Unavailable | {% else %}Download | {% endif %}
Synthesizers
| synth_id | data_id | No. of sentences | Hrs | MCD base | MCD rfs | Quality | Data | Flite | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ synthesizer.synth_id }} | {{ synthesizer.dataset.data_id }} | {{ synthesizer.rfs_utt }} | {{ synthesizer.rfs_hrs|floatformat:2 }} | {{ synthesizer.mcd_base|floatformat:2 }} | {{ synthesizer.mcd_rfs|floatformat:2 }} | {% if synthesizer.mcd_rfs <= 5 %}Good | {% elif synthesizer.mcd_rfs <= 6 %}Okay | {% elif synthesizer.mcd_rfs <= 7 %}Bad | {% else %}}Something is wrong | {% endif %} {% if not synthesizer.data_location or synthesizer.data_location == "na" %}Unavailable | {% else %}Download | {% endif %} {% if not synthesizer.flite_location %}Unavailable | {% else %}Download | {% endif %}
Listen to samples
{% for sample in language.samples %}Text: {{ sample.text }}
Pronunciation: {{ sample.pronunciation }}
{% for synth_sample in sample.synthesizer_samples %}
{% endfor %}
{{ synth_sample.synth.synth_id }}
Synthesize your text!
Please wait while we synthesize your text