Skip to content

Releases: AddictedCS/soundfingerprinting

Release 8.28.0

21 Sep 14:39
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v8.28.0
  Adjusting the interfaces, let's output the overlap length s.t. we could use it to correctly merge the candidates the hover the same spot.

Release 8.27.2

18 Sep 15:43
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Fixing tests.
  We need to emit ongoing result entries in bulk, as the user of the API may decide to consume them accroding to sorting logic we are not aware at this point.

Release 8.27.1

18 Sep 07:13
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Improving the ongoing AV result entry tracker.

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.