I am creating a android application and I want my application to recognize sound and find whether it is finger snap sound or not, how to do it. Is there any API available help me with it.
Asked
Active
Viewed 655 times
0
-
Did you find your answer? I'm looking for something very similar – KKM Oct 07 '21 at 07:08
1 Answers
0
To do this you would need to write an algorithm that compares hundreds of finger snaps to compare to the microphone input, you may be better off using a voice recognition api for voice commands instead as the finger snap is very akin to other sounds.
As far as I am aware there are no APIs for a finger snap however there is audio comparing software that could help.

Teavana
- 11
- 1