csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
354 stars 219 forks source link

OnDevice doesn’t work if wifi is turned off #518

Open muhammad-umair-khan opened 1 month ago

muhammad-umair-khan commented 1 month ago

I am testing on chrome and its working amazingly. The only problem is when i turn off device wifi with OnDevice=true it gives error. Why does onDevice need network.

Also if there is some information how network is working. Is text sent through some backend api?

sowens-csd commented 1 week ago

For web support I believe they all use online web services but I don't know the details of the browser implementations of speech recognition. My implementation ignores the onDevice setting when targeting a web browser because the web API that I use has no support for requesting on device recognition.