Releases: AddictedCS/soundfingerprinting
Releases · AddictedCS/soundfingerprinting
Release 9.0.0-alpha
Merge branch 'develop' * develop: Upgrading to .NET 8 Fix typo in Jacquard similarity calculation
Release 8.30.0
Merge branch 'develop' * develop: Forgot to bump actual project to v8.30.0
Release 8.28.0
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
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
Merge branch 'develop' * develop: Improving the ongoing AV result entry tracker.
Release 8.27.0
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
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
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
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
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.