Skip to content
forked from Kaljurand/K6nele

Kõnele is an Android app that offers speech-to-text services to other apps

License

Notifications You must be signed in to change notification settings

visavis2k/K6nele

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kõnele

Kõnele is an Android app that offers speech-to-text services to other apps. It contains the following main components:

The main goals of this project is to offer support for Estonian speech recognition on the Android platform, as well as grammar-based speech recognition for voice command applications.

For more information see http://kaljurand.github.io/K6nele/.

Compilation

Point to the SDK directory by setting the environment variable ANDROID_HOME, e.g.

ANDROID_HOME=${HOME}/myapps/android-sdk/

Then run

gradle build

For the listing of more Gradle tasks, run:

gradle tasks

If you have access to the release keystore then

  • point to its location by setting the environment variable KEYSTORE

  • set KEY_ALIAS to the key alias

  • create the file gradle.properties containing the lines:

    storePassword=<password1>
    keyPassword=<password2>
    

Contributions

The client for https://github.com/alumae/kaldi-gstreamer-server was originally based on https://github.com/truongdq54/kaldi-gstreamer-android-client

About

Kõnele is an Android app that offers speech-to-text services to other apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%