osx - Apple Dictation - Use in app -
is there way utilize apple's dictation voice text abilities in native apple application?
your question little vague, know have tried using or doing first, or eve trying achieve.
more commonly found keyword recognition api. speech recognition api can used open ears. along ceed vocal.
the first free (open ears), apparently ceed vocal give better results.
edit
if want speech recognition api osx, use nsspeechrecognizer class.
the nsspeechrecognizer class cocoa interface speech recognition on os x. speech recognition architected “command , control” voice recognition system. uses finite state grammar , listens phrases in grammar. when recognizes phrase, notifies client process. architecture different used support dictation.
it configurable needs.
Comments
Post a Comment