2014-10-30 183 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

回答