TTS system based on fastspeech2 for Gbe languages (Fongbe, Gungbe, gengbe, ...)
# gbe_multilingual_TTS
This project aims to realise a TTS system for african GBE Languages. it supports three gbe languages actually (Fongbe, Gungbe, gengbe, ...)
and Yoruba. But we are planing to extend it to more language.
TTS system based on fastspeech2 for Gbe languages (Fongbe, Gungbe, gengbe, ...)
## We use :
- a Fork of github.com
(github.com) for Fastpitch implementation and ConvAttention (For MAS Monotonic Alignment Search with
Convolutional Attention to align Mel Spectrogram on input text during training )
- Conformer implementation github.com (to replace Tranformers)
- SoftLengthRegulation Implementation github.com (For duration leaning and hidden representation expanding to match mel spectrogram size)
- VQ VAE Implementation github.com (VQ feature learning)
- Fastspeech 2 implementation from github.com
## We also use scripts from :
github.comneulab/AfricanVoices
Source code are partially released here.
audio samples are available at ttsfongbe.me
# Resources
* AFRICA VOICE : github.comneulab/AfricanVoices
* AFRICA VOICE YORUBA DATASET: africanvoices.tech
* OPEN BIBLE YORUBA : open.bible
* CMU WILDERNESS : github.com
* OPEN SCRIPT : github.com
* BIBLE.IS : faithcomesbyhearing.com
* BIBLE TTS : github.com
* MASS DATASET: github.com
* ALFFA DATASET FONGBE : github.com
* T …