Reputation: 168
I am using following article to enable speech, which is working fine in Chrome (even with bing speech).
However same is not working in Firefox, though it has been mentioned that it should work in Firefox. I also posted same question here, but havent got a reply, any suggestion? https://github.com/Microsoft/BotFramework-WebChat/issues/1141
Following is the console log of firefox:
This browser does not support speech recognition botchat.js:20:29333
t
https://webchat.botframework.com/scripts/webchat-stable/botchat.js:20:29333
<anonymous>
https://myurl/speechtest/samples/speech/index.html:93:28
This browser does not support speech recognition CognitiveServices.js:15:32927
e
https://webchat.botframework.com/scripts/webchat-stable/CognitiveServices.js:15:32927
<anonymous>
https://myurl/speechtest/samples/speech/index.html:100:27
Upvotes: 0
Views: 413
Reputation: 168
The problem was with the js file i was using. As per thread below, I downloaded correct js file and it started working.
https://github.com/Microsoft/BotFramework-WebChat/issues/1141
Upvotes: 0
Reputation: 27825
I do a test to enable speech recognition and synthesis in the Web Chat control via Bing Speech service, which can work in both Chrome and Firefox.
To troubleshoot the issue, you can try:
1) Upgrade your Firefox to the latest version, I'm using Version 62.0
2) Make sure you allow your site to use your microphone
Upvotes: 1