/AudioRetrieval

The content of this assignment is the realization of audio retrieval by means of Shazam algorithm.The Shazam algorithm can be divided into 4 modules: audio file reading, fingerprint extraction (hashing), fingerprint access, and fingerprint matching.The part I'm responsible for is the audio file read.

Primary LanguageJava

AudioRetrieval

The content of this assignment is the realization of audio retrieval by means of Shazam algorithm.The Shazam algorithm can be divided into 4 modules: audio file reading, fingerprint extraction (hashing), fingerprint access, and fingerprint matching.The part I'm responsible for is the audio file read.