Open rabihiawaludin opened 2 years ago
https://github.com/pollen-robotics/dtw/blob/master/examples/MFCC%20%2B%20DTW.ipynb
hi, i see your code to compare 2 sound wav. how to show compare result (rate) in percentage? like this
a = [1,2,3,4,5,6] b = [1,2,3,4,5,6]
it can show 100% using dtw.
hi @pierre-rouanet
https://github.com/pollen-robotics/dtw/blob/master/examples/MFCC%20%2B%20DTW.ipynb
hi, i see your code to compare 2 sound wav. how to show compare result (rate) in percentage? like this
it can show 100% using dtw.