PHP前端开发

Librosa 中没有 output 属性,如何保存音频文件?

百变鹏仔 5天前 #Python
文章标签 音频文件

librosa.output模块中没有output属性

在使用python库librosa时,你可能遇到一个错误:“attributeerror: module 'librosa' has no attribute 'output'”。此错误表明librosa模块中没有名为output的属性。

此错误的原因可能是以下原因之一:

import soundfile as sfsf.write("gg_pitch_shift.wav", b, sr)