diff --git a/data/aishell/aishell.py b/data/aishell/aishell.py index d3340fc6f3870b359cadfde14081aa9f6b0a6c31..e81d20853642c8f1ed7c67a867a33652c0342701 100644 --- a/data/aishell/aishell.py +++ b/data/aishell/aishell.py @@ -19,6 +19,7 @@ from data_utils.utility import download, unpack DATA_HOME = os.path.expanduser('~/.cache/paddle/dataset/speech') URL_ROOT = 'http://www.openslr.org/resources/33' +URL_ROOT = 'https://openslr.magicdatatech.com/resources/33' DATA_URL = URL_ROOT + '/data_aishell.tgz' MD5_DATA = '2f494334227864a8a8fec932999db9d8' diff --git a/data/librispeech/librispeech.py b/data/librispeech/librispeech.py index 07cc0933988875f95db806625bf2e68728598c05..770b71108f9523af93c75d83f07622669b92894b 100644 --- a/data/librispeech/librispeech.py +++ b/data/librispeech/librispeech.py @@ -20,6 +20,7 @@ import io from data_utils.utility import download, unpack URL_ROOT = "http://www.openslr.org/resources/12" +URL_ROOT = "https://openslr.magicdatatech.com/resources/12" URL_TEST_CLEAN = URL_ROOT + "/test-clean.tar.gz" URL_TEST_OTHER = URL_ROOT + "/test-other.tar.gz" URL_DEV_CLEAN = URL_ROOT + "/dev-clean.tar.gz"