YuanxunLu / LiveSpeechPortraits

Live Speech Portraits: Real-Time Photorealistic Talking-Head Animation (SIGGRAPH Asia 2021)
MIT License
1.16k stars 200 forks source link

AttributeError: module 'librosa' has no attribute 'output' #10

Closed AK391 closed 2 years ago

AK391 commented 2 years ago

https://stackoverflow.com/questions/63997969/attributeerror-module-librosa-has-no-attribute-output

would suggest using soundfile instead in demo.py

sf.write(tmp_audio_path, tmp_audio_clip, sr)

YuanxunLu commented 2 years ago

Thanks for your feedback. Librosa has removed 'librosa.output' after v0.8.0. soundfile is an alternative io library. I will make it clear in the requirement.txt.