ispeech

  1. M

    iOS Question Equivalent of CheckAndRequest

    Hi everyone, I built an app that requires the iSpeechRecognition, the phone ask for permission of the Microphone usage, and speech recognition the first time I need to use it. There is a why to prompt the dialog BEFORE I actually need it? (or wait for the user answer?) and more important... if...
  2. M

    iOS Question iSpeechRecognition unreliable - not working well

    Hi everyone, i'm building an app that has to recognize single words and validate them in a certain period of time (ex. 1min). Like a game counting correct words. I tried to use speech recognition example at beginning, adding only the part to get the single word (and not the full sentence that...
  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