voice icon indicating copy to clipboard operation
voice copied to clipboard

This library is not working when internet is off

Open khadeshyam opened this issue 1 year ago • 4 comments

the speech recognition feature of the library is not working when internet is off here is the link to stackoverflow post

khadeshyam avatar Apr 02 '23 07:04 khadeshyam

This is not working without internet because it is using OS's native speech to text engine, and those engine require internet to work.

So this is not an issue of this library.

ayushgupta-1 avatar Apr 02 '23 09:04 ayushgupta-1

What needs to be done to use it without internet and add additional languages like Portuguese?

lorenzoMalutta avatar Apr 14 '23 19:04 lorenzoMalutta

This seems like something that would be possible only on Android via the triggerModelDownload method. It doesn't have an iOS counterpart though, and downloading isn't possible with this library.

https://developer.android.com/reference/android/speech/SpeechRecognizer#triggerModelDownload(android.content.Intent,%20java.util.concurrent.Executor,%20android.speech.ModelDownloadListener)

AngadSethi avatar Oct 17 '23 07:10 AngadSethi

This seems like something that would be possible only on Android via the triggerModelDownload method. It doesn't have an iOS counterpart though, and downloading isn't possible with this library.

https://developer.android.com/reference/android/speech/SpeechRecognizer#triggerModelDownload(android.content.Intent,%20java.util.concurrent.Executor,%20android.speech.ModelDownloadListener)

how will i trigger download ? can u pls provice more details im not understanding it

codding123vbf avatar Feb 16 '24 07:02 codding123vbf