Is there any simple way to implement google speech api
into my ios program?
I just want user to push a -microphone shape button- (like they do in google chrome search )
I want to awake google speech api via java script. But if it is possible without having "a program wants to use your microphone do you let it use... " warning message (Because you know after several push it is annoying!)
Then I just want to get the recognised text into a text area
Is there any simple way to do that?