itspoma / audio-fingerprint-identifying-python

The Shazam-similar app, that identify the song using audio fingerprints & spectrum analysis and Fast Fourier transform
MIT License
356 stars 166 forks source link

multiple audio fingerprinting #6

Open alonek1 opened 6 years ago

alonek1 commented 6 years ago

Hi, i want to fingerprint multiple sounds from microphone. i used python this python module but it can't recognize multiple sounds that play continuously. is there any solution to recognize multiple sounds in one record ?

thanks.

itspoma commented 4 years ago

Hey @alonek1 ! You will need to rewrite logic on "recognize-from-microphone.py". Since you'll have mixed data in the specific period of time, that's impossible for now to recognize multiple sounds on the same time.