Using Android speech API in Windows

谁都会走 提交于 2019-12-25 06:26:43

问题


I am using Visual Studio 2010 to experiment with Monodroid in C#. I'm aware that Android applications can be run on Windows using the emulator. Is it possible to use the Android API in a Windows console application? I would like to use the Android speech recognizer without actually running it in an emulator on Windows.


回答1:


No-- Android API is (partly) based on firmware designed to run on a particular hardware platform--

The emulator emulates the platform at the hardware level, which is why the API runs in the emulator.

The API won't run without the emulator.

The speech recognizer in Android uses a Google web service to do most of the work, anyway. The phone just captures the audio-- the recognition happens on Google servers.



来源:https://stackoverflow.com/questions/6780100/using-android-speech-api-in-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!