How to determine the result of MFCC feature extraction using spafe so the result same as the librosa library?

前端 未结 0 430
半阙折子戏
半阙折子戏 2020-12-16 22:30

Using librosa to get MFCC feature

y, sr = librosa.load(\'Test.wav\')
mfcc = librosa.feature.mfcc(y=y, sr=sr)
#result matriks (20 x t)
np.shape(mfcc) 
# print(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题