1

I am creating an Android application using Phonegap. I would like to record a sound (for example, a doorbell), and detect if that sound is heard again. Is there any sound recognition plugin for Phonegap?

If not, how can I access the frequencies of the recorded sound (for example, in an array), so I can manually write an algorithm to compare the two audio files? Is there any audio format which stores data in that form?

Thank you

PK123
  • 43
  • 8
  • for recording you can use: https://github.com/macdonst/SpeechRecognitionPlugin – Naitik Sep 05 '16 at 08:35
  • I am using that for voice recognition. Would that work for audio recording? Alao, my problem isn't finding a plugin to record audio. It's finding one for recognizing audio – PK123 Sep 05 '16 at 08:44

0 Answers0