soundfingerprinting
soundfingerprinting copied to clipboard
[Not a bug][Question]How to return only one result
Good day all,
Please how can I return only one result instead of multiple.
Can I use this code below:
config.ResultEntryFilter = new TrackMatchLengthEntryFilter(5d); config.ResultEntryFilter = new CompletedRealtimeMatchResultEntryFilter();
Can I use the two together, or how do I write it. Thanks