import error when using spafe library for feature extraction
问题 I ' am working on audio file and need to use spafe library for lfcc, lpc... and i install the library as mentionned in the site : https://spafe.readthedocs.io/en/latest/ But when i try to extract some features , like lfcc, mfcc, lpc, i have import error par example when i use this code : import scipy.io.wavfile import spafe.utils.vis as vis from spafe.features.mfcc import lfcc i have this error : ImportError: cannot import name 'lfcc' I don't undestand because i can import spafe, i have all