Skip to content

Releases: AddictedCS/soundfingerprinting

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).

Release 9.4.0-beta1

23 Feb 08:50
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Release a beta version for testing new Query Candidates.
  Adding more helper functions to Candidates class.
  Making sure we accept that candidates can be null due to ProtoBuf initialization.
  Adding a new IQueryInterface that will strictly implement method that are required by the query engine.
  Implementing a more efficient query, specifically handling the use-case when we have very large queries with very long matches.
  Nested if makes more sense here.

Release 9.3.0

19 Feb 11:31
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to 9.3.0
  Adding more tests to cover gap detection.

Release 9.2.0

06 Feb 08:26
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v9.2.0
  Enhancing tag service.
  More stabilization.
  Making tests more precise (with configurable seed value), as we are sporadically capturing time shifted matches which interfere with our test asserts.