continuous voice recognition

  1. Lakhtin_V

    Android Question Bird sound recognition

    Hello, I'm trying to create an application to recognize singing birds. I want to record a short sample of chirps and then search for it in the stream of sounds from the microphone. What libraries or examples can help me solve this problem? Probably my task is similar to the Shazam application...
  2. G

    Android Question Crazy crashes

    Hi, it always crashes in the sub init, Log ("RuntimePermissions") Dim rp As RuntimePermissions rp.CheckAndRequest(rp.PERMISSION_RECORD_AUDIO) rp.CheckAndRequest(rp.PERMISSION_READ_CONTACTS) ' *** crashes next line rp.CheckAndRequest(rp.PERMISSION_WRITE_CONTACTS)...
  3. Biswajit

    B4A Library SpeechToText - Continuous Offline Voice Recognition

    This is a wrapper of Acephei VOSK , With this, you can add continuous offline speech recognition feature to your application, NOTE: As it works offline the app should be complied with the voice model. It will increase the app size by 30-40Mb. The accuracy depends on the voice model. You can...
Top