Coder Social home page Coder Social logo

Comments (6)

AddictedCS avatar AddictedCS commented on May 18, 2024

This issue can be solved using dynamic programming techniques. They fit exactly for the problem described above.

from soundfingerprinting.

lvaleriu avatar lvaleriu commented on May 18, 2024

I'm working on this right know. I'll probably need to modify some interface methods return values in order to have some localisation informations about the fingerprinting data.

from soundfingerprinting.

AddictedCS avatar AddictedCS commented on May 18, 2024

Please do it on a separate branch.

Also, could you please elaborate on what technique will you apply. I was previously thinking about applying dynamic programming techniques. The only thing is that sub-fingerprints will have to have a sequence number which is currently not the case as I am using parallel procedures and resulting list of sub-fingerprints is not ordered.

Details about a potential solution can be found here.

from soundfingerprinting.

lvaleriu avatar lvaleriu commented on May 18, 2024

Ok, I'll do this on a separate branch. I've already modified the sub
fingerprint data in order to have a time position in the sound file ( I
think that I need more than simply one index ). As for the technique to get
2 sounds similarities i was thinking indeed on using the LCS technique as
described on the Wikipedia page.

Le jeudi 30 janvier 2014, Ciumac Sergiu [email protected] a écrit :

Please do it on a separate branch.

Also, could you please elaborate on what technique will you apply. I was
previously thinking about applying dynamic programming techniques. The only
thing is that sub-fingerprints will have to have a sequence number which is
currently not the case as I am using parallel procedures and resulting list
of sub-fingerprints is not ordered.

Details about a potential solution can be found herehttp://en.wikipedia.org/wiki/Longest_common_subsequence_problem
.

Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-33668312
.

from soundfingerprinting.

AddictedCS avatar AddictedCS commented on May 18, 2024

In case you need the right sequence number you will have to modify HashFingerprints method, from Parallel.For to a regular foreach in this class.

from soundfingerprinting.

AddictedCS avatar AddictedCS commented on May 18, 2024

First draft available starting from v > 2.0.0

from soundfingerprinting.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.