Skip to content

Releases: AddictedCS/soundfingerprinting

Release 7.4.12

11 Aug 14:23
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  SplitTrackMatchedRegions both by track and query gaps.
  Version bump.
  Cross matched regions have to be filtered.
  Adding helper methods to identify and filter containing coverages. Useful for cross-matching identification.

Release 7.4.11

04 Aug 06:42
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump.
  Adding relative query coverage length to result entry, useful for streaming scenarious.

Release 7.4.10

30 Jul 13:44
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump
  Minor refactoring.
  Fix for QueryResultCoverageCalculator.GetCoverages()
  Replace EstimateCoverage() with EstimateIncreasingCoverages() in SplitTrackMatchedRegions().
  EstimateCoverage() invokes LisOld. Add EstimateIncreasingCoverages() which uses LisNew.
  Expect the caller to pass the query and track lengths, because we cannot calculate them from the match regions.
  Output of a function given at the input should return the same result.

Release 7.4.7

22 Jul 10:55
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump.
  Lets return coverages as we need it anyways.
  Adding a method that will split track matched regions, useful for streaming scenarios only.
  Update README.md

Release 7.4.6

20 Jul 14:48
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  We need to make sure we are shifting startsAt after range extraction.
  Hashes may not be ordered at the time of getting ranges or merging.
  Let's make sure we capture some details in case test fails intermittently.
  We actually need AVHashes to operate.
  Let's provide hashes in the result of ReadHashesByTrackId, in order to have a clearer picture regarding length of the fingerprints.
  Let's provide a method that will give us range of hashes from existing hashes.
  Adding the ability to read fingerprints by track ID.
  Update README.md
  Adding a test for consecutively repeating queries.
  Delete _config.yml

Release 7.4.1

25 Jun 12:54
Compare
Choose a tag to compare
v7.4.1

CI is not happy with this check.

Release 7.4.0

19 Jun 15:41
Compare
Choose a tag to compare
v7.4.0

Preparing 7.4.0 release.

Release 7.3.3

12 May 15:55
Compare
Choose a tag to compare
v7.3.3

Version bump to v7.3.3

Release 7.3.2

08 May 13:29
Compare
Choose a tag to compare
Let's release this change as a minor release. Summary: improved blurr…

…ing with float/byte quantization removed.

Release 7.3.1

04 May 12:13
Compare
Choose a tag to compare
Lets provide stricter rules when instantiating Hashes and Frames inst…

…ances.