itspoma / audio-fingerprint-identifying-python

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

Show Sound Frequency While Recording #23

Open esteves67 opened 3 years ago

esteves67 commented 3 years ago

Hello! Thank you so much for your project!

Sorry to bother you guys.

But i've been trying since the last week to get it to show the sound frequency in Hz (not an spectrum, just the Hz value) on console while recording but no success yet.

I think i need to do modifications in the recognize-from-microphone.py or the reader_microphone.py or the visualiser_console.py.

Can someone help me? Thank you in advance!