I am trying to use AcoustID.NET for a project but the examples that was provided to a different issue does not work.
When I try to use the following, context does not have a Consumer property:
var decoder = new NAudioDecoder(filename);
var context = new ChromaContext();
context.Start(decoder.SampleRate, decoder.Channels);
decoder.Decode(context.Consumer, 120);
context.Finish();
var fp = context.GetFingerprint();
I am trying to use AcoustID.NET for a project but the examples that was provided to a different issue does not work.
When I try to use the following, context does not have a Consumer property: