FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/Scripts - AddictedCS/soundfingerprinting.sql · GitHub
AddictedCS
/
soundfingerprinting.sql
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
9
Code
Issues
1
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
soundfingerprinting.sql
src
Scripts
on
develop
User selector
Datepicker
Commit history
Commits on Dec 5, 2017
Upgrading SQL to SF-v4.1.0
AddictedCS
committed
518e4e9
View commit details
Copy full SHA for 518e4e9
View code at this point
Browse repository at this point
Commits on Nov 28, 2016
Migrating to NUnit.
AddictedCS
committed
feb6469
View commit details
Copy full SHA for feb6469
View code at this point
Browse repository at this point
Commits on Nov 11, 2016
Adjusting SQL model to new interface. This one should be much more effective.
AddictedCS
committed
1579eb8
View commit details
Copy full SHA for 1579eb8
View code at this point
Browse repository at this point
Commits on Mar 15, 2015
SF-18 Minor adjustments for LCS.
AddictedCS
committed
259cfa5
View commit details
Copy full SHA for 259cfa5
View code at this point
Browse repository at this point
Commits on Mar 7, 2015
Adding sequenceat element in the database so we know exact position on fingerprinted audio content relative to generated subfingerprint.
AddictedCS
committed
f24b904
View commit details
Copy full SHA for f24b904
View code at this point
Browse repository at this point
Commits on Oct 30, 2014
Adding sequence number to SubFingerprint model definition. It represents the sequence number of the sample audio input. This will be used as a part of finding snippets within longer audio sequences.
AddictedCS
committed
d3a752f
View commit details
Copy full SHA for d3a752f
View code at this point
Browse repository at this point
Commits on Apr 3, 2014
Changing nuspec file dependency list.
AddictedCS
committed
d834f97
View commit details
Copy full SHA for d834f97
View code at this point
Browse repository at this point
Commits on Jan 29, 2014
Removing TrackId from HashTables. Research and tests has shown that it is not required. It can easily be obtained with a simple join on subfingerprints if required (hashtables contain subfingerprin…
Show description for 29974b8
AddictedCS
committed
29974b8
View commit details
Copy full SHA for 29974b8
View code at this point
Browse repository at this point
Adding ReadSubFingerprintDataByHashBucketsThresholdWithGroupId method to SQL and RAM model services. This one will be usefull to read query only those hash-buckets that correspond to a specific gro…
Show description for 92010fd
AddictedCS
committed
92010fd
View commit details
Copy full SHA for 92010fd
View code at this point
Browse repository at this point
Fixing nuget packaging for web-based application. Native dlls have to be copied in the corresponding target output. Previous project setup didn't take this into account for web-applications.
AddictedCS
committed
83f5ba8
View commit details
Copy full SHA for 83f5ba8
View code at this point
Browse repository at this point
Commits on Jan 23, 2014
Adding an option of reading hashes from the database by track-id. This will allow an inteligent filtering of the results.
AddictedCS
committed
e6c7864
View commit details
Copy full SHA for e6c7864
View code at this point
Browse repository at this point
Commits on Jan 22, 2014
Adding shrinking options for the database.
AddictedCS
committed
9e57317
View commit details
Copy full SHA for 9e57317
View code at this point
Browse repository at this point
Adding TrackId to hashtables. Adding respective referential constraings.
AddictedCS
committed
0cc20f5
View commit details
Copy full SHA for 0cc20f5
View code at this point
Browse repository at this point
Commits on Jan 21, 2014
Adding TrackId to HashTables. This is required to have an option of filtering which hashtables to analyze when TrackId is known (in case we know the artist of the composition). May be useful in cas…
Show description for fff40ce
AddictedCS
committed
fff40ce
View commit details
Copy full SHA for fff40ce
View code at this point
Browse repository at this point
Adding foreign key constraint on HashTables. Performance has to be assessed.
AddictedCS
committed
950635f
View commit details
Copy full SHA for 950635f
View code at this point
Browse repository at this point
Commits on Jan 12, 2014
Adding fingerprint dao back, as well as Fingerprints table. It is still required by the NeuralHasher.
AddictedCS
committed
b349d4f
View commit details
Copy full SHA for b349d4f
View code at this point
Browse repository at this point
Removig permutations from the database. No need to keep them there as they are rarely changed (actually never).
AddictedCS
committed
c8535bf
View commit details
Copy full SHA for c8535bf
View code at this point
Browse repository at this point
Commits on Jan 10, 2014
No need to pass Id parameter in InsertTrack, InsertSubFingerprint stored procedure. Adding read subfingerprint by id stored procedure
AddictedCS
committed
449569b
View commit details
Copy full SHA for 449569b
View code at this point
Browse repository at this point
Adjusting dao objects. Adding Direct SQL execution over the databse on HashBins insert to speed up it a little. Remove logic from stored procedure which shouldn't be there. Modifying ModelService s…
Show description for b3db383
AddictedCS
committed
b3db383
View commit details
Copy full SHA for b3db383
View code at this point
Browse repository at this point
Commits on Jan 9, 2014
Removing useless tables and stored procedures from the database.
AddictedCS
committed
53a63cf
View commit details
Copy full SHA for 53a63cf
View code at this point
Browse repository at this point
Adding one more layer of data transfer objects in order to have same interface for RDBMS and NOSQL storages. ModelService has to be drastically simplified in order to reduce the overall overhead of…
Show description for 4d1b778
AddictedCS
committed
4d1b778
View commit details
Copy full SHA for 4d1b778
View code at this point
Browse repository at this point
Commits on Dec 12, 2013
Adding test for Delete track method. Cascading delete implemented.
AddictedCS
committed
25d2d9a
View commit details
Copy full SHA for 25d2d9a
View code at this point
Browse repository at this point
Commits on Dec 10, 2013
Cascading delete in case if DeleteTrack is invoked (deleting from HashTables and SubFingerprints).
AddictedCS
committed
66530f1
View commit details
Copy full SHA for 66530f1
View code at this point
Browse repository at this point
Commits on Oct 28, 2013
Adding patch for not mandatory ISRC. Fixing TagService for empty year.
AddictedCS
committed
e3cf3b5
View commit details
Copy full SHA for e3cf3b5
View code at this point
Browse repository at this point
Commits on Oct 20, 2013
Removing HashBinsMinHashTable and denormalizing it into 25 separate hashtables. Adding migration patches.
AddictedCS
committed
4de1ae5
View commit details
Copy full SHA for 4de1ae5
View code at this point
Browse repository at this point
Commits on Oct 14, 2013
Adding read by ISRC method in order to prevent inserting duplicates.
AddictedCS
committed
41e2f81
View commit details
Copy full SHA for 41e2f81
View code at this point
Browse repository at this point
Removing Album table from the database. Creating patch that will update currently populated databases. Adding ISRC field in Track table - this will be the unique identifier that will identify a son…
Show description for 6daa897
AddictedCS
committed
6daa897
View commit details
Copy full SHA for 6daa897
View code at this point
Browse repository at this point
Commits on Sep 14, 2013
Commiting sound project from the github
AddictedCS
committed
a3fb38b
View commit details
Copy full SHA for a3fb38b
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL