-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make recognize-file #2
Comments
I have the same issue. |
Hello, |
I have the same issue.Have you solved it? |
It seems that those codes are not given...This repo seems wouldn't be updated.But the site still works, it would mislead others. |
@northfun there're not site for this repository. It was built as a project for conference's speech. Feel free to propose PR, so I review/merge changes for others. |
recognize-from-file.zip |
Do we have any solution to the recognize from file scenario? @itspoma |
Cool! This script seems to work fine with some sets of audio files. Unfortunately it gets some wavs completely wrong (the same wavs work when played back in through mic) I did see a division by zero error which may indicate the issue. /home/guy/repos/audio-fingerprint-identifying-python/libs/fingerprint.py:91: RuntimeWarning: divide by zero encountered in log10 |
Here a functional implementation for recognize audio from file (a bit refactored to work with python 3.6.9): recognize-from-file.py |
From where the command recognize-from-file.py is taking the file that has to be recognized....Unable to understand |
The master branch from this repo is not functionnal, it's why i send a functionnal version of this feature (see my previous comment for the link) In my implementation, i've used Good luck and have fun :) |
Hello,
I try to test "make recognize-file filepath".
But it didn't work.
Is it possible recognize from mp3 file?
Thanks
The text was updated successfully, but these errors were encountered: