From 7bfe16f130034585d337141c6ef981b7d5ff0e7b Mon Sep 17 00:00:00 2001 From: erogol Date: Fri, 17 Jul 2020 12:58:24 +0200 Subject: [PATCH] add reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff88e7d7..e572e811 100644 --- a/README.md +++ b/README.md @@ -217,3 +217,4 @@ If you like to use TTS to try a new idea and like to share your experiments with ### References - https://github.com/keithito/tacotron (Dataset pre-processing) - https://github.com/r9y9/tacotron_pytorch (Initial Tacotron architecture) +- https://github.com/kan-bayashi/ParallelWaveGAN (vocoder library)