◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。
librosa.output模块中没有output属性
在使用python库librosa时,你可能遇到一个错误:“attributeerror: module 'librosa' has no attribute 'output'”。此错误表明librosa模块中没有名为output的属性。
此错误的原因可能是以下原因之一:
import soundfile as sf sf.write("gg_pitch_shift.wav", b, sr)
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。