[mirtoolbox] Re: Music Similarity

  • From: Olivier Lartillot <olivier.lartillot@xxxxxxxxxxxxx>
  • To: mirtoolbox@xxxxxxxxxxxxx
  • Date: Tue, 16 Jun 2009 17:19:24 +0300

Hi Edith,

(sorry for the late reply)

To compute similarity between two files, you need to specify which audio/musical feature(s) you want to consider for the comparison.

For instance:

a = mirmfcc('file1.mp3');
b = mirmfcc('file2.mp3');
mirdist(a,b)

You can find more advanced examples in MIRToolboxDemos/demo9retrieval.m

Best

Olivier

Edith Law kirjoitti 11.6.2009 kello 22.46:

Hello,

I'm confused about the steps needed to compute similarity. Do you have an example (actual matlab code) of how I would use mirdist to compute similarity between two mp3 files?

-Edith.


Other related posts: