From 4fa8dd38c6564bfa20a32cd97c059aa0dfffb960 Mon Sep 17 00:00:00 2001 From: Daniel Tinazzi Date: Wed, 17 Nov 2021 14:20:19 +0100 Subject: [PATCH] Fixed M-AILABS broken link I replaced the broken link with the updated one that I found on the same website here: http://www.caito.de/2019/01/the-m-ailabs-speech-dataset/ --- bin/import_m-ailabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/import_m-ailabs.py b/bin/import_m-ailabs.py index bbaa744b..fccdc66a 100755 --- a/bin/import_m-ailabs.py +++ b/bin/import_m-ailabs.py @@ -26,7 +26,7 @@ MAX_SECS = 15 ARCHIVE_DIR_NAME = "{language}" ARCHIVE_NAME = "{language}.tgz" -ARCHIVE_URL = "http://www.caito.de/data/Training/stt_tts/" + ARCHIVE_NAME +ARCHIVE_URL = "https://data.solak.de/data/Training/stt_tts/" + ARCHIVE_NAME def _download_and_preprocess_data(target_dir):