How can I get voice recognition features into the Unity Game Engine? Is there a plugin or a framework (hopefully freeware) that I could use? If so, any ide开发者_如何学编程as on how to install it? Also, how much of a problem would there be with background noises in the game interfering with the voice inputs into the game? Are there any examples of games on the market that use this? (besides for Spain 3d for the Torque Game Engine)
You could try using pocketsphinx which can be compiled for the iPhone. PocketSphinx is written in C, I'm not familiar with Unity but I guess you might need some kind of PInvoke layer to interface between the two.
精彩评论