Skip to content

nahue-passano/musical_signal_identifier

Repository files navigation

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