Skip to content

Fingerprint differences compared with fpcalc.exe #10

Closed
@powercode

Description

@powercode

I'm using the following code

        var fileName = @"C:\The Platters - The Great Pretender.mp3";
        var decoder = new NAudioDecoder(fileName);
        var ctx = new AcoustID.ChromaContext();
        ctx.Start(decoder.SampleRate, decoder.Channels);
        decoder.Decode(ctx, 120);
        ctx.Finish();
        var fingerPrint = ctx.GetFingerprint();

and compare the results to

fbcalc.exe -length 120 "C:\The Platters - The Great Pretender.mp3"

In both cases, the fingerprints are 3806 characters long and equal up to position 3200. After that, they differ.

Do you know if this is expected?

Both fingerprints can be used to resolve against the web service, and both have almost the same score (0.9830894 vs. 0.98312235), where the fbcalc.exe score is slightly more accurate.

Am I missing something here? Can I do anything to become more compatible with the fpcalc result?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions