From 6f180c78941eebf10dcce031e28440da00c43d81 Mon Sep 17 00:00:00 2001 From: Flux9665 <33219702+Flux9665@users.noreply.github.com> Date: Mon, 28 Feb 2022 21:03:05 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 69a6d82b..426189f9 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ the TransformerTTS and MelGAN branch. They are separated to keep the code clean, - [As shown in this paper](http://festvox.org/blizzard/bc2021/BC21_DelightfulTTS.pdf) vocoders can be used to perform super-resolution and spectrogram inversion simultaneously. We added this to our HiFi-GAN vocoder. It now takes 16kHz - spectrograms as input, but produces 48kHz waveforms. This is however not present in this branch to stay true to the - setup we used for the LAML paper. The vocoder module can be used interchangeably though. + spectrograms as input, but produces 48kHz waveforms. - We officially introduced IMS Toucan in [our contribution to the Blizzard Challenge 2021](http://festvox.org/blizzard/bc2021/BC21_IMS.pdf). Check out the bottom of the readme for a bibtex entry.