comparing-audio-files-python
comparing-audio-files-python copied to clipboard
can't run the MFCC + DTW example in mfcc.py
Could you update this: https://github.com/d4r3topk/comparing-audio-files-python/blob/master/mfcc.py
It's addressed here: https://github.com/pierre-rouanet/dtw/pull/19/commits/307fe721a58cb47532451765d03c9f893731ea33
The original issue is here: https://github.com/pierre-rouanet/dtw/issues/18
This would be a huge help for folks who go through some of your snippets
Hey @Gargosio
Let me look into this. Haven't touched it in a while!
Thanks for pointing out.
Hey.I followed through and it actually works.Thank you so much for your contribution.
On Thu, May 10, 2018 at 9:14 AM, Trilok Tourani [email protected] wrote:
Hey @Gargosio https://github.com/Gargosio
Let me look into this. Haven't touched it in a while!
Thanks for pointing out.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/d4r3topk/comparing-audio-files-python/issues/1#issuecomment-387962617, or mute the thread https://github.com/notifications/unsubscribe-auth/AkMgrn5uLHSGxKPyZJUpdeBR5KcV3Xx3ks5tw9rLgaJpZM4T41Fl .
File "first.py", line 21, in
I have an error ...can you help me . I'm new to python @Gargosio
@Gargosio and @d4r3topk Hey I am getting the same error, TypeError: dtw() missing 1 required positional argument: 'dist'. Can you please help me out. Thanks in advance
Any solution on this?
dist, cost, acc_cost, path = dtw(mfcc1.T, mfcc2.T, dist=lambda x, y: norm(x - y, ord=1)) https://github.com/pierre-rouanet/dtw/commit/307fe721a58cb47532451765d03c9f893731ea33#commitcomment-29311094