Speech syntheses in iOS—how to execute a command based on a condition?
As a user, I want to ask my app a question like "should I...", "will
this...", "where is..." and have it cross check the question against a
series of conditions. For example, if the question begins with "should"
then the app would execute case 1, "what" == case 2, etc.
Where would I start? Use the NSSpeechRecognizer object? A library like
OpenEars?
No comments:
Post a Comment