Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 487 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 487 Bytes

Musical signal identifier software (with GUI)

In a Digital Signal Processing course, a software was developed in Python that allows to identify songs of different styles quickly, taking as a reference the Shazam algorithm, but basing its operation and detection through cross-correlation between the song and database. To use the software, a GUI was developed.

Libraries needed:

  • Copy
  • Librosa
  • Numpy
  • Pickle
  • PyQt5
  • SciPy
  • SoundDevice
  • SoundFile
  • Sys