I have successfully achieved the goal of developing an Android application using speech recognition in the Google API.
But the fact is that I have to use a real game engine, because my application will be cross-platform and with a very rich user interface and gestures.
I am thinking about using the Unity Game Engine, and I am going to deploy my application on iOS and Android platforms.
So ... search the Internet ... I realized that I canβt use the Google Speech Recognition API for the Unity Game Engine because it belongs to Google ... Is this true?
Could you give me advice on how to implement this?
First option: Implement the third part library or the Unity speech recognition API. Which of them?
Second option (maybe?): Modulate a package that converts speech to text and calls it dynamic reflection. In an Android deployment, use the Google API. In an iOS deployment, use the iOS (Unkown) API.
Thanks in advance.
source share