Skip to content

Kaljurand/Diktofon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diktofon

Dictaphone with Estonian speech-to-text (an Android app). See more at the

Compilation

Go into the app-directory and execute

ant clean release

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

  • local.properties (pointer to the Android SDK)
  • diktofon.keystore (release keys)

Read the Android developer docs for instructions on how to generate them.

Also, you need to have these jar-files in the app/libs-directory:

apache-mime4j-0.6.jar
commons-io-2.0.1.jar
guava-11.0.1.jar
httpmime-4.1.1.jar
json_simple-1.1.jar
net-speech-api-0.1.8.jar

Net Speech API is available from https://github.com/Kaljurand/net-speech-api.