Subtitle-Synchronizer / jlibrosa

Librosa equivalent Java library to process audio file adn extract features from it.
MIT License
89 stars 26 forks source link

Compare Audio Files #10

Open machua416 opened 2 years ago

machua416 commented 2 years ago

Is there a way to compare 2 WAV files with your code?

Similar to Python's: dist, cost, acc_cost, path = dtw(mfcc1.T, mfcc2.T, dist=lambda x, y: norm(x - y, ord=1))