Questions tagged [audio-fingerprinting]

An audio fingerprint is a hash code of some digital audio, with the additional properties that it is tolerant of noise and distortion, and can be reproduced without synchronizing with the start of the audio. Audio fingerprints can be used to compare sampled audio with a library of known published audio.

An audio fingerprint is a hash code of some digital audio, with the additional properties that it is tolerant of noise and distortion, and can be reproduced without synchronizing with the start of the audio. Audio fingerprints can be used to compare sampled audio with a library of known published audio.

133 questions
3
votes
2 answers

Additional information for songs recognised by dejavu.py

I'm currently investigating dejavu.py (some more info), and I must say that I am quite impressed by it so far. Though I do find that the docs are a bit incomplete when it comes to user interfacing. When you recognise a song from file with…
Roman
  • 8,826
  • 10
  • 63
  • 103
3
votes
1 answer

Dejavu - Audio Fingerprinting in Python

I have installed all dependencies as requested in the https://github.com/worldveil/dejavu/blob/master/INSTALLATION.md I am using Ubuntu 14.4 I am new to Linux. I installed MYSQLDB and created a database called 'dejavu'. When I run this command in…
3
votes
1 answer

How to compare two audio files to check if they have a similar sound

I have a situation here. Suppose I have two short audio files which contains some sounds. Suppose, first file has sound 'hello'(audio 1) and second file has 'bye'(audio 2) spoken by someone. There is another audio file which has 'hello'(audio 3)…
ralph
  • 153
  • 2
  • 9
3
votes
1 answer

Loop for recognizing all files in a folder using Dejavu library for audio fingerprinting

Does anybody have experience with Dejavu library for audio fingerprinting and recognizing in Python? It's working fine but what I'm interested in is that so far I'm able just to recognize one file at a time using: print djv.recognize(FileRecognizer,…
vanja86
  • 33
  • 3
3
votes
1 answer

Android how to detect smoke alarm sound

I have to develop an app, where I must listen to sound using microphone. And whenever smoke alarm sound is detected, then the app must notify users that there is fire alarm. For that I am contemplating two possible solutions 1:) Convert smoke alarm…
laaptu
  • 2,963
  • 5
  • 30
  • 49
3
votes
1 answer

Export each minute of MP3 into separate WAV

This is definitely a strange question but I'm looking for a way to split an mp3 mix of 60 minutes into 60 separate 1 minute long wav files to use with an audio fingerprinting API like Echonest. Is this possible in a single ffmpeg command or would I…
Ben
  • 4,301
  • 6
  • 37
  • 61
3
votes
1 answer

Get FingerPrint/VoicePrint of a micro recorded audio in android

I am trying to see if it is viable this...thanks all in advance :) I want to make an app, that recognize some audio taken from the microphone. For now i just need to get the fingerprint (or audioprint i don't know the exactly name in english ^^). A…
3
votes
1 answer

taking out evenly spaced logrithmic bins

I have written fft of 2048 samples of a signal and the result is 1025 frequency values in C.(discarding the other 1025 samples(i.e. >n/2 samples)). Now I have to take 32 evenly spaced logarithmic bins out of these frequency values that too between…
Raman
  • 1,221
  • 13
  • 20
2
votes
0 answers

Recognise duplicate sentences in an audio file

I'm searching for information on the best way to recognize duplicate segments of speech in an audio file. Let's say somebody is recording himself saying a text, sometime he will choke on a sentence, stop, and start again from the begging of the…
2
votes
1 answer

Detecting a specific pattern from a FFT in Arduino

I have an FFT output from a microphone and I want to detect a specific animal's howl from that (it howls in a characteristic frequency spectrum). Is there any way to implement a pattern recognition algorithm in Arduino to do that? I already have the…
2
votes
0 answers

Are there any Java tools for audio-fingerprinting?

I have developed over more than 10 years a Java applet that delivers language learning exercises with intelligent feedback, and what I badly need now is an audio-fingerprinting module that would work as follows: A student is asked to read a list of…
Tim Pope
  • 21
  • 1
2
votes
1 answer

Finding peaks in audio spectrogram

Introduction : I am working on audio fingerprinting and having some doubts regarding peak detection in the spectrogram, my input is a wav file with spectrogram as : The method I'm implementing is given here Problem : The peaks returning from the…
Shubham
  • 93
  • 1
  • 1
  • 8
2
votes
1 answer

Matching two audio files using FFT (Android Studio)

I've been working on a part of my app for the past few days where I need to simultaneously play and record an audio file. The task I need to accomplish is just to compare the recording to the audio file played and return a matching percentage.…
Zack
  • 377
  • 6
  • 16
2
votes
0 answers

How to compare two wave audio files and generate score?

What I tried: I try to compare(fingerprint) two audio songs(with out background music) by using musicg API. The code is like below: file1.wav is master file and file2.wav (vice-versa) is recorded file, both are sung by same person(without background…
Chandra Sekhar
  • 16,256
  • 10
  • 67
  • 90
2
votes
0 answers

echoprint server - Finger print search time taking 2-3 seconds

We are facing high fingerprint match solr query time. Following is our setup Info: echonest/echoprint-server running on single node (solr 1.0) running on amazon ec2 instance m3.2x large box with 30G RAM & 8 cores 2.5 million tracks(segment count…
nikhil
  • 53
  • 1
  • 5
1 2
3
8 9