Skip to content

Releases: AddictedCS/soundfingerprinting

Release 10.7.0

08 Aug 12:06
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v10.7.0

Release 10.6.0

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

* develop:
  Adding silence calculator utility.
  Asserting how silence maps in the hash domain.

Release 10.4.0

05 Jun 12:57
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump.
  Adding the ability to set meta-fields on AVResultEntry converter.
  Adding new field to AVQueryMatch, MetaFields, to be able to associate more information with the match. Unifying interfaces, IAVQueryMatchRegistry will be implemented by IEmyModelService, to be able to register matches directly from QueryCommand.

Release 10.3.1

17 May 13:18
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v10.3.1
  Simplifying the code with an equivalent implementation.

Release 10.3.0

16 May 08:50
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v10.3.0
  Adding the ability to add silence in the result set of fingerprints, which may be useful for scenarios when the signal contains a lot of pauses that are considered as silence (podcasts).
  Improving query path reconstruction strategy, specifically in case we have a tone signal inside query and track, current implementation will allow to reconstruct it without any track/query gaps.
  Update README.md

Release 10.0.0

05 Apr 07:31
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Upgrading GitHub actions to v8 and accommodating FFmpeg 6.x upgrade in SoundFingerprinting.Emy.

Release 9.5.0

27 Mar 08:06
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Adding reference to README.
  Package version upgrade.
  Adding to gitignore.
  Upgrading dependencies to .NET 8 Version bump to 9.5.0

Release 9.4.4

02 Mar 17:13
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Let's allow setting key/values on mp3 using one method call.

Release 9.4.2

27 Feb 18:43
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v9.4.2
  Changing RealtimeQueryCommand similar to QueryCommand by asking only for IQueryService at the input instead of IModelService.

Release 9.4.0

26 Feb 09:49
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Updating Readme.
  Version bump to v9.4.0 stable.
  Improving the design of the API by extracting methods that are responsible for querying into a separate interface (IQueryService).