dejavu
dejavu copied to clipboard
Audio fingerprinting and recognition in Python
On attempt to fingerprint, I get the error `AttributeError: 'numpy.int64' object has no attribute 'translate'`. I use pymySQL, help please
while executing the following commands on MacOS -- `sudo pip install MySQL-python` i got following error: ` the directory '/Users/craterzone/Library/Caches/pip/http' or its parent directory is not owned by the current...
Dear all, I am using Ubuntu 18.04. After setting up, I try to run the simple example.py: Here is the error log: mp3/Brad-Sucks--Total-Breakdown.mp3 already fingerprinted, continuing... mp3/Choc--Eigenvalue-Subspace-Decomposition.mp3 already fingerprinted, continuing......
How can we use Dejavu to fingerprint live streaming like Live radio from URL, continuously fingerprinting and match against microphone input. This would not require to store in database, but...
I have a few problems in the function of get_2D_peaks in fingerprint.py. background = (arr2D == 0) eroded_background = binary_erosion(background, structure=neighborhood, border_value=1) # Boolean mask of arr2D with True at...
Let's say I want to recognize home sounds, e.g - Unlocking / Locking a door - Opening / Closing a window and so on. Those sounds last something like 0.5-1...
Is it possible/ does anyone has an implementation for fingerprinting a song from a client app. Scenario : 1. Administrators upload the songs( CMS, command line...) 2. Mobile App (iOS...
Hello, Is there a way to fingerprint two samples of the same song? Regards, Krisz
Hi all, I have 1000 songs, i want adjust DEFAULT_FAN_VALUE, PEAK_NEIGHBORHOOD_SIZE to improve recognition performance. I decresed DEFAULT_FAN_VALUE and increase PEAK_NEIGHBORHOOD_SIZE value, then I got less fingerprints. For my understanding,...