Voice Control iOS
Posted
by
Marc Tanis
on Stack Overflow
See other posts from Stack Overflow
or by Marc Tanis
Published on 2011-03-11T00:03:24Z
Indexed on
2011/03/11
0:10 UTC
Read the original article
Hit count: 235
I would like to build a simple reader app for the iPad 2 that would allow users to navigate/read via voice controls. The app would allow the user to enter a mode where the microphone was live and listened for predefined keywords like 'down', 'up', 'next', 'back', 'home', etc. I don't want to reinvent the wheel on this so I'm just wondering first, if someone has done this already and if not, are there any good tutorials or SDKs available to help with recording someone's voice, and then comparing future output to see if it matches, or just dealing with the microphone in general?
© Stack Overflow or respective owner