macdonst / SpeechRecognitionPlugin

W3C Web Speech API - Speech Recognition plugin for PhoneGap
MIT License
189 stars 95 forks source link

Gives weird output #80

Closed hybridapp20161 closed 7 years ago

hybridapp20161 commented 8 years ago

Hi, We are using your plugin for speech recognition to develop cordova ios app. All things working fine but it gives weird output(doesnt recognize speech input properly) . We have implemented this line for US english then too it does not recognize speech correctly. (recognition.lang="en-US"). Do we need to change somewhere else to set language preference.

Environment which we are using: cordova: 6.3.1 iOS device: iPhone5(iOS 10.1.1)(14B100) IOS:OS X EI Capitan..10.11.6 (15G1004)

Kindly help. Thanks in advance.

jcesarmobile commented 7 years ago

This might be a limitation of iSpeech.

Try latest version, it now uses SFSpeechRecognizer on iOS 10 and should return better results