Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
2answers
531 views

finding duplicate video files by database (millions), fingerprint? pattern recognition?

In the following scenario: I got a project having a catalog of currently some ten thousand video files, the number is going to increase dramatically. However lots of them are duplicates. With every ...
5
votes
1answer
1k views

Audio fingerprinting system in Java

Are there any audio fingerprinting systems (PUID, etc) that are implemented in pure Java (for running on Android)?
3
votes
1answer
72 views

c# AudioFingerprinting and Locality Sensitive Hashing

Ive found simlar posts before about this but nothing really answers the question. In my fingerprinting, i produce a recordset which has 5 integers. For example: 33,42,88,121,194 These correspond to ...
2
votes
3answers
178 views

echoprint codegen for Java/Android

Is there a way to run the echoprint-codegen on Android or is there a Java implementation for it? Echoprint codegen on github: https://github.com/echonest/echoprint-codegen There is a C++ ...
2
votes
2answers
725 views

How to get musicbrainz track information from audio file

Can anyone tell me how to get track information from the MusicBrainz database from an audio file (mp3, wav, wma, ogg, etc...) using audio fingerprinting. I'm using MusicBrainz Sharp library, but any ...
2
votes
3answers
2k views

Audio fingerprinting library (java)

Are there any audio fingerprinting libraries written in Java? similar to libofa which was written in C++ or C#. Thanks.
2
votes
4answers
2k views

Acoustic fingerprint opensource?

Someone know any acoustic fingerprint API opensource or freeware? Preferable windows compatible. I only need the fingerprint part, not to connect to a remote DB to check audio metadata Thanks
1
vote
2answers
149 views

Real-time identification of non-speech, non-music sound from a continuous microphone stream

I'm looking to log events corresponding to a specific sound, such as a car door slamming, or perhaps a toaster ejecting toast. The system needs to be more sophisticated than a "loud noise detector"; ...
1
vote
2answers
436 views

Open source audio pattern recognition (finger printing)

Is there any open source audio fingerprinting solution that provides a "Shazam like" solution? Shazam uses the commercial solution from Landmark digital but I am looking for an alternative (even if ...
1
vote
0answers
275 views

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 ...
0
votes
0answers
17 views

Opensource audio feature(fingerprint) generator

I've already had crawled some video info from Youtube. Now I want to use its audio source to give every video a "feature tag" to strengthen my video recommendation service. Are there any opensource or ...
0
votes
2answers
81 views

Referencing 64-bit static library from a 32-bit Xcode project

I'm trying to build an OpenFrameworks project while using the echoprint API in C++ in Xcode. OpenFrameworks requires to be built in i386, but echoprint builds in x86_64. Is it possible to reference ...
0
votes
0answers
101 views

problem with 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 ...
0
votes
1answer
266 views

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

Does anyone have any idea about any songCatcher library for Linux? or any idea on how to use “Audio-Ofa-Util-0.04”?

Does anyone have any idea about any songCatcher library for Linux? songCatcher is based on the acoustic fingerprints. I managed to find one "Audio-Ofa-Util-0.04" but I'm facing problem in using it. ...