Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Comparing and matching two sounds in android

Tags:

java

android

I need to capture sound from android version 2.3 mic and match it with a wave file stored on card.

If it does match then I need to trigger a specific action.

like image 981
Mohammed Salah Avatar asked Nov 12 '22 14:11

Mohammed Salah


1 Answers

if these are voice samples, and you need a professional solution, you can use the PESQ algorithm: http://en.wikipedia.org/wiki/PESQ Or the newest POLQA: http://en.wikipedia.org/wiki/POLQA These standards are used in telco voice quality solutions.

like image 191
peekler Avatar answered Nov 15 '22 05:11

peekler