mfccs = librosa.feature.mfcc(y=sound, sr=sr, n_mfcc=12)# librosa有有內建轉換函數print("原始訊號尺寸:", sound.shape) print("轉換成mfcc尺寸:", mfccs.shape).
確定! 回上一頁