RosaKit icon indicating copy to clipboard operation
RosaKit copied to clipboard

Add librosa.feature.delta function

Open dhrebeniuk opened this issue 3 years ago • 3 comments

dhrebeniuk avatar Sep 16 '21 21:09 dhrebeniuk

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 avatar Sep 17 '21 04:09 rahul140490

@rahul140490 , yes

dhrebeniuk avatar Sep 17 '21 05:09 dhrebeniuk

good to know, thanks.

rahul140490 avatar Sep 17 '21 05:09 rahul140490