c# - Using Android speech API in Windows -


i using visual studio 2010 experiment monodroid in c#. i'm aware android applications can run on windows using emulator. possible use android api in windows console application? use android speech recognizer without running in emulator on windows.

no-- android api (partly) based on firmware designed run on particular hardware platform--

the emulator emulates platform @ hardware level, why api runs in emulator.

the api won't run without emulator.

the speech recognizer in android uses google web service of work, anyway. phone captures audio-- recognition happens on google servers.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -