Merge pull request #670 from alibaba-damo-academy/dev_lhn

update soundfile version for loading mp3 file
This commit is contained in:
hnluo 2023-06-26 17:53:40 +08:00 committed by GitHub
commit ee9b9fefb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ requirements = {
"librosa",
"jamo==0.4.1", # For kss
"PyYAML>=5.1.2",
"soundfile>=0.10.2",
"soundfile>=0.11.0",
"h5py>=2.10.0",
"kaldiio>=2.17.0",
"torch_complex",