auspicious3000 / autovc

AutoVC: Zero-Shot Voice Style Transfer with Only Autoencoder Loss
https://arxiv.org/abs/1905.05879
MIT License
976 stars 207 forks source link

Exchange librosa.output.write with soundfile.write (Librosa deprecated) #111

Closed lisabecker closed 2 years ago

lisabecker commented 2 years ago

Librosa's output writing function is deprecated since 0.7.0 (see https://librosa.org/doc/0.7.2/generated/librosa.output.write_wav.html). They propose to use soundfile.write instead.

auspicious3000 commented 2 years ago

Thanks for the update!