audio-fingerprinting Questions
1
In musicg I can compare fingerprints of Wave files by the following code :
double score =
new FingerprintsSimilarity(
new Wave("voice1.wav").getFingerprint(),
new Wave("voice2.wav").getFingerpri...
Teetotaler asked 7/7, 2015 at 3:25
4
I have two audio files in which a sentence is read (like singing a song) by two different people. So they have different lengths. They are just vocal, no instrument in it.
A1: Audio File 1
A2: Aud...
Benediction asked 21/3, 2018 at 14:47
1
By doing tests I am faced with JavaScript fingerprinting such like:
audio context fingerprinting
opengl fingerprinting
canvas fingerprinting
installed fonts fingerprinting
installed plugins finge...
Housefather asked 31/8, 2019 at 11:26
5
Solved
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 (...
Knackwurst asked 7/6, 2011 at 17:24
1
Solved
I'm writing an android app that plays an audio file and records what the phone is outputting simultaneously. When the recording is done, it would compare the recording against the original audio pl...
Perseid asked 6/12, 2016 at 7:16
3
In-app, I have to compare live recording from previously locally stored voice command if it matches(not only text but also identified person's voice) then perform necessary action.
1-match voice c...
Alodie asked 27/7, 2016 at 19:24
3
I need to find some literature in how to compare a realtime recorded voice (From a mic) against a database of pre-recorded voices. After comparing I would then need to output a match percentage of ...
Below asked 11/1, 2015 at 20:19
1
I am trying to implement the FingerPrint API for my application. I am following the Google's Fingerprint Dialog sample for this purpose.
It works fine if compileSdkVersion=23 and minSdkVersion=23 ...
Naashom asked 11/2, 2016 at 14:43
1
Solved
For my final year project i am trying to identify dog/bark/bird sounds real time (by recording sound clips). I am using MFCC as the audio features. Initially i have extracted altogether 12 MFCC vec...
Belgae asked 7/2, 2016 at 12:5
3
Solved
Muscibrainz offers acoustID fingerprints, e.g., here
However, i do not find a possibility to directly search for them (like it is possible for the PUIDs or echoprints)
Am I missing something?
ac...
Eolande asked 22/3, 2013 at 13:45
2
I'm writing an android app that lets user record his voice through microphone & save it in storage & link it to a specific content (like a Contact). Later, user call that voice again & ...
Stringfellow asked 14/10, 2014 at 9:55
0
I am working on making an app that performs an action when the sound of a clap is recognized. I have looked into simply measuring the average and peak power from an AVAudioRecorder and this works o...
Schreiber asked 1/7, 2014 at 23:48
3
Are there any audio fingerprinting libraries written in Java? similar to libofa which was written in C++ or C#.
Tullis asked 3/4, 2010 at 9:55
2
Solved
Has anyone downloaded the demo iOS version of EchoPrint? It's an audio fingerprinting open source software.
I just downloaded it but it appears to missing framework... any place to get a functioni...
Louisville asked 27/8, 2012 at 3:23
3
Solved
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 eve...
Talanian asked 28/8, 2010 at 17:32
4
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++ implemen...
Panache asked 6/12, 2011 at 3:44
1
Solved
I am trying to compile Echoprint codegen on FreeBSD, but fail. But here's what i get when i try to run make or make install
> make
"Makefile", line 35: Missing dependency operator
"Makefile", li...
Dunker asked 21/4, 2012 at 9:22
2
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...
Irrepealable asked 27/11, 2011 at 9:54
1
Solved
For anyone not familiar with Verizon's SongID program, it is a free application downloadable through Verizon's VCast network. It listens to a song for 10 seconds at any point during the song and th...
Poaceous asked 21/5, 2010 at 19:15
1
Are there any audio fingerprinting systems (PUID, etc) that are implemented in pure Java (for running on Android)?
Peseta asked 2/1, 2010 at 17:16
1
© 2022 - 2024 — McMap. All rights reserved.