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.
- Copy
- Librosa
- Numpy
- Pickle
- PyQt5
- SciPy
- SoundDevice
- SoundFile
- Sys