Shazam-like
audio recognition
Identify a song from a short audio sample by transforming sound into a spectrogram, finding its strongest peaks, and matching the resulting fingerprints against a main-song database.
- Convert audio into a time-frequency spectrogram with librosa.
- Find peaks and create unique hashes.
- Compare time alignments to determine the match.


