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

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -