Skip to content

Releases: AddictedCS/soundfingerprinting

Release 8.27.0

14 Sep 15:42
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v8.27.0
  Making sure non-completed realtime query matches are released even if full track does not match.
  This is a dangerous implementation that can lead to memory leaks, let's not publish it for the general public.
  When purging we need to clear tracks as well.
  RealtimeQueryResult can contain the information about ongoing realtime entries.

Release 8.26.0

01 Sep 12:31
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v8.26.0
  Adjusting split strategy to be able to specify coverage region that does not start with zero.
  Renaming track region to enumerable region to better outline the purpose of the record class.

Release 8.25.0

28 Aug 12:27
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Let's check for stream id as well.
  Version bump to v8.25.0
  Adding the ability to split coverage by track length. When AvQueryMatches are received we may want to split the result in multiple query matches according to given parameters.

Release 8.24.0

17 Jul 09:13
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v8.24.0 to accommodate fix in the SoundFingerprinting.Emy described in issue #209.

Release 8.23.0

15 May 13:09
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v8.23.0
  Adding a method that will return a new range from current hashes object relative to startsAt and with corresponding length.

Release 8.22.0

03 Apr 14:36
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Minor updates. Adding ToString overrides to a couple of classes used by the API.

Release 8.21.0

22 Jan 18:27
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Upgrading checkout GitHub action.
  Upgrading to .NET 7 SDK containers as well.
  Disabling obsolete warning.
  Upgrading tests to .NET 7 as well.
  Upgrading to .NET 7 dependencies.

Release 8.20.0

12 Jan 14:36
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  This is obviously a stable version.

Release 8.19.0

12 Dec 13:28
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Adding release notes.
  ResultEntry concatenation cannot be designed to satisfy all existing edge-cases. Having said this, we will favor the simplest solution, which in turn also returns same set of results for our validation set (same F1 score, which was downgraded in v8.17.0 and v8.18.0). ResultEntryConcatenator will not guarantee ordering of track/query matches, but will just concatenate the results as is.
  Max gap should not exceed permitted gap.
  Adding one more test to cover overlap scenario that happens during querying.

Release 8.18.0

08 Dec 19:20
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Release notes.
  I don't like the idea of intercepting fingerprints directly in the API. Let's think about a different way of capturing fingerprints from fingerprinted command.
  Updating the fingerprint builder command to be able to intercept raw fingerprints before they are getting hashed.