元组索引超出范围:音频到频谱图

时间:2019-02-22 07:10:22

标签: python numpy spectrogram

我正在尝试运行音频到频谱图脚本,即: https://github.com/grrrr/nsgt/tree/master/examples 当我尝试python spectrogram.py myaudio.wav时 我收到错误消息:

Traceback (most recent call last):  
File "spectrogram.py", line 111, in <module>  
coefs = assemble_coeffs(c, ncoefs)  
File "spectrogram.py", line 27, in assemble_coeffs  
out = np.empty((ncoefs,cq0.shape[1],cq0.shape[2]), dtype=cq0.dtype)  
IndexError: tuple index out of range

我做错什么了吗? 请指教! :)

1 个答案:

答案 0 :(得分:0)

只需添加参数--matrixform即可运行它。

我建议您看看这个issue!来自github项目,它可以为您提供帮助