Skip to content

Releases: AddictedCS/soundfingerprinting

Release 12.1.0

09 Jun 07:31
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Upgrading to .NET v9.

Release 12.0.0

01 May 12:25
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Version bump to v12 to accommodate FFmpeg v7 upgrade in SoundFingerprinting.Emy.

Release 11.4.0

10 Mar 14:30
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Passing stream ID to be able to identify where do these entries come from.

Release 11.3.0

03 Mar 18:18
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Code style improvements.
  Adding IsFullMatch property to ResultEntry to indicate if the match is a duplicate match or not. If ResultEntry object contains no query or track gaps it means it is very likely a duplicate match.

Release 11.2.0

19 Dec 11:57
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Upgrading to v11.2.0

Release 11.1.0

29 Oct 13:46
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  Adjusting comments.
  Adding release notes.
  Adjusting `AVResultEntryFilter` implementation classes, making sure we adhere to the same principles across both `ResultEntryFilter` and `OngoingResultEntryFilter`. Adding `ChainedRealtimeEntryFilter` which replaces `OngoingRealtimeResultEntryFilter`.
  Making sure we are not drifting in time with cached realtime tail.

Release 11.0.0

03 Oct 16:26
Compare
Choose a tag to compare
Merge branch 'develop'

* develop:
  One more line in the release notes.
  Removing NAudio from SoundFingerprinting code base. The code is not relevant anymore as we moved completely to FFmpeg audio processing for both Windows and Unix operating systems. FFmpegAudioService is available in SoundFingerprinting.Emy. It will be later moved to SoundFingerprinting core. NAudio is obsolete and not supported anymore.
  Upgrading to v11.0.0
  Upgrading dependencies.
  Removing Query media type from QueryConfiguration.
  Old query method is not used anymore, moving to QueryEfficiently method.
  Removing IAdvancedModelService, we don't need it anymore.

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.