Open dhrebeniuk opened 3 years ago
Hi,
Is this for the following functionalities? mfcc = librosa.feature.mfcc(y=y, sr=sr) mfcc_delta = librosa.feature.delta(mfcc, order=1) mfcc_delta2 = librosa.feature.delta(mfcc, order=2)
for computing delta1 and delta2?
@rahul140490 , yes
good to know, thanks.
Hi,
Is this for the following functionalities? mfcc = librosa.feature.mfcc(y=y, sr=sr) mfcc_delta = librosa.feature.delta(mfcc, order=1) mfcc_delta2 = librosa.feature.delta(mfcc, order=2)
for computing delta1 and delta2?