pbakondy / cordova-plugin-speechrecognition

:microphone: Cordova Plugin for Speech Recognition
MIT License
197 stars 117 forks source link

Offline Speech Recognition #33

Open FabricioFFC opened 7 years ago

FabricioFFC commented 7 years ago

Hi,

Do you know if it's possible use the offline speech recognition on both platforms (android and ios)?

I read the documentation and I saw this plugin uses the online speech recognition APIs, so I want to know if you know another plugin, or even know if ios and android offers the offline api to thirty party apps.

Thanks.

paulpascal commented 6 years ago

@FabricioFFC I am looking something like that too. Did you find something?

tamusjroyce commented 4 years ago

This library uses the native voice control. For Samsung when setup with s-voice or bixby, it seems to work offline? I would think LG would work similarly... Should be device feature dependent. If there are 3rd party native offline voice recognition integrations, they should follow suit.

I don't think an app-dependent solution would be the best way to go. But Julius-JS (if it ever gets updated using emscripten... I tried but never got it working) could be a solution on its own.