Speech to text crashes in Safari
Closed this issue · 9 comments
The demo application linked in the documentation (this demo: https://htmlpreview.github.io/?https://github.com/Azure-Samples/SpeechToText-WebSockets-Javascript/blob/master/samples/browser/Sample.html ) seems to work as expected in Chrome browser, but is crashing in Safari 11.
Below is a pasted output javascript log, I can't seem to replicate the issue in other browsers and troubleshooting from my end has yielded no results.
I've looked into getUserMedia() being the issue as a deprecated method but haven't solved the problem. Any thoughts?
Could you give it another try?
Oh fantastic, it works. What did you do?
Compiled ("transpiled") the javascript files and pushed (initial commit only contained fixed in the .ts files).
closing - please reopen (file a new issue) if necessary
Just to clarify, if I use this in a web app, will the speech-to-text functionality work in Safari on my iphone and iPad?
Someone correct me if I'm wrong, but I believe this functionality does not work on mobile devices (phone and tablet). Only browsers (including safari) on desktop/laptop.
I'm certainly no expert, as I'm a backend database/BI guy, but I did just successfully use the sample page on my iPad (IOS 11.xxx) and it worked perfectly.
really? well, that's actually awesome to hear. I figured it was hardware or OS limited. I guess not!
I think the IOS 11 update, which I just applied to all my devices, made all the difference.