2014-10-30 117 views
0

似乎无法找到这个问题的明确答案。如果我在Android 4.1.1上使用Chrome 38访问https://www.google.com/intl/en/chrome/demos/speech.html,它会告诉我'此浏览器不支持Web Speech API'。然而有参考暗示它的工作,例如Failure to record audio while using webkitSpeechRecognition on Android ChromeAndroid Chrome浏览器支持webkitSpeechRecognition吗?

任何人都可以澄清吗?

+0

为什么你需要webkit识别器而不仅仅是普通android中的识别器意图? http://stackoverflow.com/questions/23047433/record-save-audio-from-voice-recognition-intent/检查链接是否需要音频上的识别和文件接收器。如果你同时需要,不要使用webkit。 – 2014-10-31 00:08:13

+0

@RobertRowntree我只想将语音转换为文本。演示页面... .../speech.html说我不能:if(!('webkitSpeechRecognition'in window)){ upgrade(); }。我只引用“无法录制音频...”,因为这意味着使用webkitSpeechRecognition可以在Android/Chrome上进行语音到文本的转换? – AndyK 2014-10-31 09:45:45

+0

http://developer.android.com/reference/android/speech/RecognizerIntent.html – 2014-10-31 13:47:48

回答