csdcorp / speech_to_text

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

android , if no network, I got error: error_language_not_sopported #529

Closed spiderman16888 closed 1 month ago

spiderman16888 commented 2 months ago

in android phone , android 12 , if no network , also turn off wifi and 4g/5g networks, I got the error: error_language_not_sopported the speech recognized can't works. Screenshot_20240619_112753

sowens-csd commented 1 month ago

That sounds like expected behaviour, Android generally depends on a network connection for speech recognition unless you explicitly request on device processing and even then it may only work for some languages.