JamesBrill / react-speech-recognition

💬Speech recognition for your React app
https://webspeechrecognition.com/
MIT License
645 stars 116 forks source link

iOS devices #98

Closed Alastair1234 closed 2 years ago

Alastair1234 commented 3 years ago

https://firt.dev/ios-14.5/#speech-recognition-api

Following this repo with interest and had been reading about iOS 14.5. Are iOS devices supported now?

JamesBrill commented 3 years ago

Hi @Alastair1234 In theory, yes! I've tested Safari 14.1 on Mac and the native Speech Recognition API there works great with react-speech-recognition. See this discussion for more context.

From my understanding, iOS 14.5 also uses Safari 14.1 so should also support it. I don't have an iOS device, so it would be awesome if you can confirm if it works on that platform too. I'm curious to know what the user experience for web speech recognition is like on iOS - on Android, it can be rather painful.

Alastair1234 commented 3 years ago

Many thanks for the information. I will try it and let you know.

On Tue, 25 May 2021, 18:13 JamesBrill, @.***> wrote:

Hi @Alastair1234 https://github.com/Alastair1234 In theory, yes! I've tested Safari 14.1 on Mac and the native Speech Recognition API there works great with react-speech-recognition. See this discussion https://github.com/JamesBrill/react-speech-recognition/discussions/94 for more context.

From my understanding, iOS 14.5 also uses Safari 14.1 so should also support it. I don't have an iOS device, so it would be awesome if you can confirm if it works on that platform too. I'm curious to know what the user experience for web speech recognition is like on iOS - on Android, it can be rather painful.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/JamesBrill/react-speech-recognition/issues/98#issuecomment-848060036, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFYTB54U2AUDGXKPIGBUQVLTPPLFJANCNFSM45PUYJQQ .

JamesBrill commented 2 years ago

Closed due to inactivity.