Skip to content

Releases: AddictedCS/soundfingerprinting

v4.0.0

29 Oct 19:53
Compare
Choose a tag to compare

3.1.0-stable

15 Dec 12:25
Compare
Choose a tag to compare

Adding 2 additional fields to ResultEntry object:

QueryMatchStartsAt - returns time position where resulting track started to match in the query
TrackMatchStartsAt - returns time position where the query started to match in the resulting track

Useful in those cases when the resulting track information is unavailable on unknown.

3.0.0 stable

06 Dec 14:54
Compare
Choose a tag to compare

Version 3.0.0 comes with a long list of improvements. The framework provides better precision / recall / processing speed when creating and querying the datasource for the matches. Result entries do contain Coverage, Confidence, TrackStartsAt properties, providing users with information about the resulting match. All users of 2.x are encouraged to migrate to 3.0.x, and re-insert all the fingerprints in the datasource since the signature of the fingerprints has changed. Check Solr datasource for a fast persistent storage for fingerprints https://github.com/AddictedCS/soundfingerprinting.solr.

Adding options for clustering fingerprints to minimize search scope during query

29 Nov 11:58
Compare
Choose a tag to compare

Improved precision/recall/performance version.

23 Nov 13:41
Compare
Choose a tag to compare
3.0.0-alpha

Fixing NAudio bug related to reading audio stream directly from URL

07 Jun 11:32
Compare
Choose a tag to compare

Other improvements added as well, mainly to NAudio service.

Minor updates in project dependencies

01 Jun 09:21
Compare
Choose a tag to compare

Adding correct dependency binding to SamplesAggregator. Updating Ninject version on all projects to the latest 3.2.2.0 release.

SoundFingerprinting major release

26 Apr 21:38
Compare
Choose a tag to compare

Release a better and improved SoundFingerprinting library, with separated audio and model services and clearer fluent syntax. Hiding dependency resolver, no more hidden injections will be available.