I'm a noob here so I might be missing something basic. Find my code below, I can't seem to figure out why the speech recognition function is not being called. The microphone is active and the dictionary is populated but the recognition is not taking…
I just did an interesting test of running a speech recogniser service and using NSSpeechSynthesis to echo what I said using NSSpeechSynthesizer.
However, NSSpeechSynthesizer is notorious for being slow and unresponsive, and I wanted to know if…
I dont find an answer on google or i dont get the right words for it.
So the SpeechRecognizer works fine.
But when i hear the beep (i use it without the google dialog) and i say nothing for about 3 seconds or more, its like the recognizer do…
Rather than bore you with a bunch of code I will summize it below.
In app delegate I create an nsspeechrecognizer set its delegate, add commands, and then start listening.
Speech recognizer recognizes the command the first time and continues as…