Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Vocoder with HiFIGAN trained on LJSpeech
|
2 |
|
3 |
This repository provides all the necessary tools for using a [HiFIGAN](https://arxiv.org/abs/2010.05646) vocoder trained with [LJSpeech](https://keithito.com/LJ-Speech-Dataset/).
|
|
|
1 |
+
---
|
2 |
+
language: "en"
|
3 |
+
tags:
|
4 |
+
- Vocoder
|
5 |
+
- HiFIGAN
|
6 |
+
- text-to-speech
|
7 |
+
- TTS
|
8 |
+
- speech-synthesis
|
9 |
+
- speechbrain
|
10 |
+
license: "apache-2.0"
|
11 |
+
datasets:
|
12 |
+
- LJSpeech
|
13 |
+
---
|
14 |
+
|
15 |
# Vocoder with HiFIGAN trained on LJSpeech
|
16 |
|
17 |
This repository provides all the necessary tools for using a [HiFIGAN](https://arxiv.org/abs/2010.05646) vocoder trained with [LJSpeech](https://keithito.com/LJ-Speech-Dataset/).
|