Update README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,14 @@ datasets:
|
|
15 |
|
16 |
# Vocoder with HiFIGAN trained on LibriTTS
|
17 |
|
18 |
-
This repository provides all the necessary tools for using a [HiFIGAN](https://arxiv.org/abs/2010.05646) vocoder trained with [LibriTTS](https://www.openslr.org/60/). The sample rate used for the vocoder is 16000 kHz.
|
19 |
|
20 |
The pre-trained model takes in input a spectrogram and produces a waveform in output. Typically, a vocoder is used after a TTS model that converts an input text into a spectrogram.
|
21 |
|
|
|
|
|
|
|
|
|
22 |
|
23 |
## Install SpeechBrain
|
24 |
|
|
|
15 |
|
16 |
# Vocoder with HiFIGAN trained on LibriTTS
|
17 |
|
18 |
+
This repository provides all the necessary tools for using a [HiFIGAN](https://arxiv.org/abs/2010.05646) vocoder trained with [LibriTTS](https://www.openslr.org/60/) (with multiple speakers). The sample rate used for the vocoder is 16000 kHz.
|
19 |
|
20 |
The pre-trained model takes in input a spectrogram and produces a waveform in output. Typically, a vocoder is used after a TTS model that converts an input text into a spectrogram.
|
21 |
|
22 |
+
Alternatives to this models are the following:
|
23 |
+
- [tts-hifigan-libritts-22050Hz](https://huggingface.co/speechbrain/tts-hifigan-libritts-22050Hz) (same model trained on the same dataset, but for a sample rate of 22050 Hz)
|
24 |
+
- [tts-hifigan-ljspeech](https://huggingface.co/speechbrain/tts-hifigan-ljspeech) (same model trained on LJSpeech for a sample rate of 22050 Hz).
|
25 |
+
|
26 |
|
27 |
## Install SpeechBrain
|
28 |
|