Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@ pipeline_tag: text-to-speech
|
|
16 |
|
17 |
# Text-to-Speech (TTS) with Tacotron2 trained on Common Voice
|
18 |
|
19 |
-
This repository provides all the necessary tools for Text-to-Speech (TTS) with SpeechBrain using a [Tacotron2](https://arxiv.org/abs/1712.05884) pretrained on [
|
20 |
|
21 |
The pre-trained model takes in input a short text and produces a spectrogram in output. One can get the final waveform by applying a vocoder (e.g., HiFIGAN) on top of the generated spectrogram.
|
22 |
|
|
|
16 |
|
17 |
# Text-to-Speech (TTS) with Tacotron2 trained on Common Voice
|
18 |
|
19 |
+
This repository provides all the necessary tools for Text-to-Speech (TTS) with SpeechBrain using a [Tacotron2](https://arxiv.org/abs/1712.05884) pretrained on [LugandaSpeech](https://commonvoice.mozilla.org/lg/datasets).
|
20 |
|
21 |
The pre-trained model takes in input a short text and produces a spectrogram in output. One can get the final waveform by applying a vocoder (e.g., HiFIGAN) on top of the generated spectrogram.
|
22 |
|