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
0
votes
1 answer

How can you avoid false positives with music identifying algorithms?

I’m a music producer/composer who will be submitting works to new music libraries. In some cases, I’d like to use previous projects as a starting point. So while the result will be new, unique compositions, I want to avoid a scenario where an…
0
votes
2 answers

Find number of times recognized audio repeat in the source

I want to find the number of times a snippet of audio is repeated in another audio. There are libraries like https://github.com/worldveil/dejavu which can be used to create fingerprints of audio after that it can be used for recognition but it only…
0
votes
1 answer

Could you use cryptographic hash function with Audio Fingerprinting?

This is a hypothetical question but please hear me out. I know that Audio Fingerprinting systems such as Shazam use perceptual hashing instead of cryptographic becuase a single bit flip due to how the audio was encoded or noise when the recording…
Rob
  • 35
  • 5
0
votes
0 answers

Compare a fragment of an audio file to a long audio file

I would like to develop a program (preferably in python, however, java or c++ would be ok too) that compares an audiofile (length around 1 to 2 seconds) to a database of audiofiles of longer duration (10 to 60 minutes). It should find the long…
Kai Ott
  • 11
  • 1
0
votes
1 answer

Detecting audio inside audio [Audio Recognition]

I need to build a software that does audio recognition from a small audio sample (A) inside other audio samples (B), and output how many times A appears inside the audio from B (if there is a match). What I have: A database with hundreds of audios…
0
votes
1 answer

Why cant my reader import the basereader from the file?

i am trying to run a file "reader_microphone.py" with some of its line below import pyaudio import numpy import wave from reader import basereader class MicrophoneReader(BaseReader): default_chunksize = 8192 …
0
votes
0 answers

How to find the time of an audio clip within longer clip Python

I don't know what this would be called. I am trying to find the timing a clip within a longer clip using python. There is a jingle that is played, it is the same file played every time. I want to be able to find the exact position of this jingle in…
Kuzon
  • 782
  • 5
  • 20
  • 49
0
votes
2 answers

How to measure delay between streams using Audio Fingerprinting

I need to measure the delay difference between different streams of the same TV channel on different platforms. Details can be given for this problem as follows: As known there are several reasons why different platforms show the live TV channels…
erkevarol
  • 57
  • 2
  • 11
0
votes
1 answer

How to find peaks in a spectrogram Python

Introduction I am trying to find peaks in amplitude within a spectrogram I have produced that plots frequency against time and amplitude as the third axis. I have looked through and attempted to code a solution using scipy.signal.find_peaks_cwt…
Daanish Karim
  • 21
  • 1
  • 5
0
votes
0 answers

multiple audio fingerprinting python

i want to fingerprint multiple sounds from microphone using python. here are some of sounds : https://vocaroo.com/i/s0cSkxbfBmh1 https://vocaroo.com/i/s0wnOnAwFofj https://vocaroo.com/i/s0BL91ehSIwZ https://vocaroo.com/i/s1QW8h53CIJd i used python…
0
votes
1 answer

Computing acoustic fingerprint in a distributed manner without exposing the whole file to any participant

Let's say I have an audio file foo.wav on which I would like to compute the Acoustic Fingerprint Fingerprint(foo.wav): I have n un-trusted, non-colluding participants in the computation which cannot see the whole of the file, only small blocks. I…
0
votes
1 answer

How to check if a new fingerprint has been added to device?

I am using FingerprintManager to implement fingerprint authentication in my app. It works fine but How to check if a new fingerprint has been added to device ? so that I can invalidate that (new) fingerprint authentication in my app.
0
votes
1 answer

Scream detection

I'm working on a project that need to detect some voice patterns. for example "someone is screaming": since I do not know who is that person is,a child, men, women ... each have his own voice... etc. So, I'm looking for a way to detect a…
Joseph
  • 1,716
  • 3
  • 24
  • 42
0
votes
1 answer

GraceNote GNSDK is unable to fetch meta data of the trimmed songs

I have developed one sample application using GNSDK for mobile (android), but it is unable to provide meta data of trimmed songs. Scenario : trimmed song present in device -> open GraceNote app -> click library ID -> NO RESULT FOUND play trimmed…
0
votes
1 answer

ideas for a unique (or semi-unique) application of audio fingerprinting

I am a final year computer undergrad student looking for a unique (or semi-unique) application for audio fingerprinting, for my finally year project. My original idea was to have a program to figure out what song a user was humming, thru the use of…
cubearth
  • 1,153
  • 4
  • 15
  • 30
1 2 3
8 9