Is there any way I can have NSSpeechRecognizer recognize any command I throw at it. I know I could just have a massive array, but that's too much work and it'll take up a lot of memory.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Simply put: No. NSSpeechRecognizer isn't designed to work this way. It's designed only to listen for a specific list of commands. "Any command" is a massive list even if each is one word; imagine various combinations of different words that could be a "command". Impractical and unlikely to work. |
|||||||||||
|