Skip to content

Commit

Permalink
Merge pull request #2090 from KPatr1ck/sv
Browse files Browse the repository at this point in the history
[Examples][SV] Fix rir download. test=doc
  • Loading branch information
yt605155624 authored Jun 29, 2022
2 parents 60c1a1e + d3cfc4f commit e0a87ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dataset/rir_noise/rir_noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

DATA_HOME = os.path.expanduser('~/.cache/paddle/dataset/speech')

URL_ROOT = '--no-check-certificate http:https://openslr.elda.org/resources/28'
URL_ROOT = '--no-check-certificate https:https://us.openslr.org/resources/28/rirs_noises.zip'
DATA_URL = URL_ROOT + '/rirs_noises.zip'
MD5_DATA = 'e6f48e257286e05de56413b4779d8ffb'

Expand Down
2 changes: 1 addition & 1 deletion examples/voxceleb/sv0/local/data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
# convert the m4a to wav
# and we will not delete the original m4a file
echo "start to convert the m4a to wav"
bash local/convert.sh ${TARGET_DIR}/voxceleb/vox2/test/ || exit 1;
bash local/convert.sh ${TARGET_DIR}/voxceleb/vox2/ || exit 1;

if [ $? -ne 0 ]; then
echo "Convert voxceleb2 dataset from m4a to wav failed. Terminated."
Expand Down

0 comments on commit e0a87ea

Please sign in to comment.