Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.
/ shazamalam Public archive

Efficient batch-detection of audio sample matching (kind of like shazam, but more involved)

License

Notifications You must be signed in to change notification settings

dcalacci/shazamalam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shazamalam

TEAM ZERO's killer code for finding copyrighted audio.

it takes two directories, a directory of original audio files, and a directory of audio files that may have used pieces from files in the first directory. The output is a list of potential matches, and the start time of those matches in the audio files that use the original audio.

For a summary of our strategy, check out notebooks/fingerprinting.ipynb

We do a nasty spectral analysis of the audio files, creating sick audio fingerprints that consist of rad pairs of peak frequencies. Check it out.

Our Awesome Team Members:

About

Efficient batch-detection of audio sample matching (kind of like shazam, but more involved)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages