voice to text

  1. 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)...
  2. 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...
  3. M

    iOS Question offline iSpeechRecognition

    Hi everyone, i'm programming an app where could be cool to support voice to text functionality. I read (and noticed) that it works only when the phone is connected to the internet. The tutorial is dated 2016. Is there a offline way to do it now? Thanks in advance :D
Top