Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 823 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 823 Bytes

Kõnele

Kõnele is an Android app that offers speech-to-text service to other apps. Apps which allow user input via speech usually have a little microphone button as part of their user interface.

More information: https://code.google.com/p/recognizer-intent/

Market versions:

Compilation

Go into the app-directory and execute

ant clean release

Note that you need to have 3 additional files that are not part of this repository:

  • app/libs/httpmime-4.1.1.jar
  • app/local.properties
  • app/speak.keystore

Read the Android developer docs for instructions on how to generate the last two files.

Tags

Version tags are set by e.g.

git tag -a v0.8.18 -m 'version 0.8.18'

The last number should be even.