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

kkadalip/K6nele

 
 

Repository files navigation

Kõnele

Kõnele is an Android app that offers speech-to-text services to other apps. Its main components are:

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.

How to add support for other languages than Estonian is detailed in Kaljurand#38

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

Compiling

Clone the source code including the net-speech-api submodule:

git clone --recursive git@github.com:Kaljurand/K6nele.git

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

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

Build the net-speech-api jar-file (requires Maven)

gradle -b other.gradle makeNetSpeechApi
# alternatively: cd net-speech-api; mvn package -DskipTests; cd ..

Build the Kõnele app

gradle assembleRelease

If you have access to a 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>
    

The (signed and unsigned) APKs will be generated into app/build/outputs/apk/.

Developing

Generating PNG launcher icons and diagrams:

gradle -b other.gradle makeIcons
gradle -b other.gradle makeDiagrams

Version tags are set by e.g.

git tag -a v1.1.02 -m 'version 1.1.02'

The last number should be even.

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%