Kaljurand / K6nele

An Android app that offers speech-to-text user interfaces to other apps
http://kaljurand.github.io/K6nele/
Apache License 2.0
267 stars 83 forks source link

Offline Speech Recognition #68

Closed sheminnyoka closed 5 years ago

sheminnyoka commented 5 years ago

Here in this library , can we implement speech recognition when offline , Can you provide any solution here or anyother way.Is Functionality Implemented in Konele.

Kaljurand commented 5 years ago

The 2 services included with Kõnele use a cloud server, i.e. you need to be online. However, you can use Kõnele as a front-end to any service that implements Android's SpeechRecognizer API (https://developer.android.com/reference/android/speech/SpeechRecognizer), incl. offline services. Other than that there is no special support for offline speech recognition.