dhrebeniuk / RosaKit

LibRosa port to Swift for ability using same prepossessing logic in iOS/MacOS platforms
MIT License
85 stars 14 forks source link

Add librosa.feature.delta function #8

Open dhrebeniuk opened 3 years ago

rahul140490 commented 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?

dhrebeniuk commented 3 years ago

@rahul140490 , yes

rahul140490 commented 3 years ago

good to know, thanks.