mirror of
https://github.com/andreytkachenko/LocalSTT.git
synced 2024-11-24 10:26:23 +04:00
Update README
This commit is contained in:
parent
e70988cc9c
commit
a0fe247c46
14
README.md
14
README.md
@ -17,11 +17,12 @@ El codi és actualment una prova de concepte i es basa fortament en els següent
|
||||
- [Kõnele](https://github.com/Kaljurand/K6nele)
|
||||
- [Vosk Android Demo](https://github.com/alphacep/vosk-android-demo)
|
||||
|
||||
LocalSTT hauria de funcionar amb la majoria de teclats i aplicacions que implementen la funció de reconeixement de veu a través d'un intent RECOGNIZE_SPEECH o directament fent servir la classe SpeechRecognizer d'Android. Ha estat provada amb èxit fent servir les següent aplicacions:
|
||||
LocalSTT hauria de funcionar amb la majoria de teclats i aplicacions que implementen la funció de reconeixement de veu a través d'un intent RECOGNIZE_SPEECH o directament fent servir la classe SpeechRecognizer d'Android. Ha estat provada amb èxit fent servir les següent aplicacions en un terminal Android 9:
|
||||
- [AnySoftKeyboard](https://github.com/AnySoftKeyboard/AnySoftKeyboard)
|
||||
- [Kõnele](https://github.com/Kaljurand/K6nele)
|
||||
- [SwiftKey](https://www.swiftkey.com)
|
||||
|
||||
Us podeu descarregar un APK que inclou models de Vosk i DeepSpeech pel català [aquí]().
|
||||
Us podeu descarregar un APK que inclou models de Vosk i DeepSpeech pel català [aquí](https://github.com/ccoreilly/LocalSTT/releases/download/2020-12-03/localstt.apk).
|
||||
|
||||
### [English]
|
||||
|
||||
@ -38,10 +39,15 @@ The code is currently just a PoC strongly based on:
|
||||
- [Kõnele](https://github.com/Kaljurand/K6nele)
|
||||
- [Vosk Android Demo](https://github.com/alphacep/vosk-android-demo)
|
||||
|
||||
LocalSTT should work with all keyboards and applications implementing speech recognition through the RECOGNIZE_SPEECH intent or Android's SpeechRecognizer class. It has been successfully tested using the following applications:
|
||||
LocalSTT should work with all keyboards and applications implementing speech recognition through the RECOGNIZE_SPEECH intent or Android's SpeechRecognizer class. It has been successfully tested using the following applications on Android 9:
|
||||
- [AnySoftKeyboard](https://github.com/AnySoftKeyboard/AnySoftKeyboard)
|
||||
- [Kõnele](https://github.com/Kaljurand/K6nele)
|
||||
- [SwiftKey](https://www.swiftkey.com)
|
||||
|
||||
You can download a pre-built binary with Vosk and DeepSpeech models for catalan [here]().
|
||||
You can download a pre-built binary with Vosk and DeepSpeech models for catalan [here](https://github.com/ccoreilly/LocalSTT/releases/download/2020-12-03/localstt.apk).
|
||||
|
||||
If you want to use the application with your language just replace the models in `app/src/main/assets/sync` and rebuild the application.
|
||||
|
||||
### Demo
|
||||
|
||||
![LocalSTT in action](./demo.gif)
|
Loading…
Reference in New Issue
Block a user