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
2
votes
0 answers

Audio Fingerprinting for Music Box

I am working on an iOS app that needs to recognize 4 different songs played on a music box. I tried using echoprint's fingerprint codegen (https://github.com/rexstjohn/echoprint-ios-sample), and while it works great if I play back an exact recording…
joel.d
  • 1,611
  • 16
  • 21
2
votes
2 answers

How to get audio tags using audio fingerprint

I have an audio file with all id3 tags as null. I want to extract the acoustic fingerprint and with an online service to get the id3 tags. How can I do that in Java? Is there an online service who I can pass the audio fingerprint and it return the…
Paolo Forgia
  • 6,572
  • 8
  • 46
  • 58
2
votes
2 answers

Linker error for echoprint in iOS

I'm using echoprint API for song search from last 3 months. But suddenly it started giving me below errors. Already I have face many problems while adding that API to my project & now it start giving me linker error. It was working for me…
2
votes
2 answers

Creating custom voice commands (GNU/Linux)

I'm looking for advices, for a personal project. I'm attempting to create a software for creating customized voice commands. The goal is to allow user/me to record some audio data (2/3 secs) for defining commands/macros. Then, when the user will…
Neozaru
  • 1,109
  • 1
  • 10
  • 25
2
votes
1 answer

fingerprinting entire iPhone music library with echoprint

I'm wondering how intensive it would be to fingerprint an iphone 4+'s entire music library with echoprint. how long should I expect it take to analyze 2-3k songs? Is this even reasonable?
mrabin
  • 662
  • 10
  • 19
1
vote
2 answers

Extracting time at which frequencies occur

I take a song sample and perform the FFT (fast Fourier transformation) on the sample. I am able to get the frequencies of the song, but I am not able to get the time at which those frequencies occur. So, it basically becomes useless as I have to…
1
vote
1 answer

400 Bad Request error using ingest/fastingest on EchoPrint

I am doing the following to start codegen/ server for echo print ! cd echoprint-server/solr/solr java -Dsolr.solr.home=/home/path/to/echoprint-server/solr/solr/solr/ - Djava.awt.headless=true -jar start.jar ttservctl start python api.py…
Ahsan
  • 2,964
  • 11
  • 53
  • 96
1
vote
1 answer

AddictedCS SoundFingerprinting giving netstandard error

I am attempting to use AddictedCS SoundFingerprinting (https://github.com/AddictedCS/soundfingerprinting). When I download any recent version and build with Visual Studio 2019 I get the expected output with no errors or warnings…
1
vote
0 answers

Apify fingerpint spoofing

i have created an Actor on Apify cloud, and need to collect data from site which use anti-scraping protection. Was found this article https://help.apify.com/en/articles/1961361-several-tips-how-to-bypass-website-anti-scraping-protections But this…
1
vote
2 answers

Service for identifying an un-tagged mp3

Is there an open source service that I can call from a program, where it passes information about a un-tagged mp3, and it responds with details about the song(e.g. artist, album, track, etc.)? If not, is there an alternative I can use to identify…
TERACytE
  • 7,553
  • 13
  • 75
  • 111
1
vote
2 answers

Correct Way to use an async Library with ASP.NET/MVC/REST

I have an async Library for audio file processing. Furthermore I want to offer these Methods via Rest. So I made an MVC WebApi Project. The library needs some time to start, so I added a class that offers a way to init and exposes the libraries main…
1
vote
1 answer

Why does Aurio fail to compare my audio tracks?

I'm constructing a web site for an choir to automatically evaluate candidates before they are invited to an audition. I'm maintaining a database of audio snippets that the candidate should sing. I'm trying to use Aurio code from…
Rina Sade
  • 11
  • 2
1
vote
0 answers

Using dejavu (python script) microphone song recognition with audio data stream from smartphone (phonegap) to server

I'm trying to create an app with phonegap that could recognize songs like shazam. I'm using dejavu, a great python script, but I'm facing problems when I try to recognise songs' samples recorded with my smartphone. Dejavu works well when recognises…
1
vote
0 answers

Problems with Audio Fingerprinting with Streaming Audio input from Microphone

I've been working on a streaming audio fingerprinter in Python, and experimenting with a couple different libraries/services (Gracenote, AcoustID, ACRCloud), but can't get anything to work. My current code uses python-sounddevice to record raw…
1
vote
1 answer

Compare sound between source and microphone in JavaScript

I'm working about audio but I'm a newbie in this area. I would like to matching sound from microphone to my source audio(just only 1 sound) like Coke Ads from Shazam. Example Video (0.45 minute) However, I want to make it on website by JavaScript.…
1 2 3
8 9