• Stars
    star
    265
  • Rank 153,770 (Top 4 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 12 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An Android app that offers speech-to-text user interfaces to other apps

Kõnele

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

The SpeechRecognizer-implementations have been deprecated, we recommend to use the external app Kõnele service to connect to kaldi-gstreamer-server.

Get it on F-Droid Get it on Google Play

The diagram below shows Kõnele's main components in dark yellow, while the standard Android interfaces via which other apps can interact with Kõnele are in green. Deprecated parts are crossed out.

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 documentation, APKs, app store links, news etc. see http://kaljurand.github.io/K6nele/.

Building the APK from source

Clone the source code including the speechutils submodule:

git clone --recursive [email protected]:Kaljurand/K6nele.git

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

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

In order to change your build environment create the file gradle.properties at a location pointed to by the environment variable GRADLE_USER_HOME. This will extend and override the definitions found in the gradle.properties that is part of the release.

Build the Kõnele app

./gradlew assemble

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

  • add these lines to your gradle.properties found in GRADLE_USER_HOME:

    storePassword=<password1>
    keyPassword=<password2>
    

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

Contributions

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

Please read through the Contributing Guide before making a pull request.

More Repositories

1

dictate.js

A small Javascript library for browser-based real-time speech recognition, which uses Recorderjs for audio capture, and a WebSocket connection to the Kaldi GStreamer server for speech recognition.
JavaScript
214
star
2

speechutils

Android library for speech-to-text and text-to-speech apps
Java
86
star
3

Inimesed

An Android app that lets you search your contacts by voice. Internet not required. Based on Pocketsphinx. Uses Estonian acoustic models.
Java
62
star
4

owl-verbalizer

OWL verbalizer: making machine-readable knowledge also human-readable
Prolog
36
star
5

K6nele-service

Kõnele service is an Android app that offers a speech-to-text service to other apps, in particular to Kõnele. It implements SpeechRecognizer, backed by an open source speech recognition server software https://github.com/alumae/kaldi-gstreamer-server.
Java
34
star
6

Arvutaja

An Android app for voice actions in Estonian and English
Java
29
star
7

net-speech-api

Java API for the online speech recognition services provided by phon.ioc.ee
Java
18
star
8

Diktofon

An Android app, a dictaphone with Estonian speech-to-text
Java
15
star
9

EKISpeak

Implementation of Android's TextToSpeechService that provides Estonian text-to-speech
C++
12
star
10

Grammars

Grammatical Framework based speech recognition grammars for Estonian, English and potentially many more languages
Grammatical Framework
10
star
11

aceview

ACE View is a natural language based ontology and rule editor. ACE View uses Attempto Controlled English (ACE) in the front-end, and Web Ontology Language (OWL) and Semantic Web Rule Language (SWRL) in the back-end. ACE View has been implemented as a plug-in for Protégé 4
Java
8
star
12

GF-Java

Java front-end to a GF service, modeled after the GF Webservice.
Java
6
star
13

speech-trigger

Android Speech Recognizer service based on https://github.com/cmusphinx/pocketsphinx-android-demo
Java
5
star
14

DepSVG

Dependency tree and predicate-argument structure visualizer which is implemented in Perl and saves into Scalable Vector Graphics (SVG)
Perl
4
star
15

PhrasebookEst

Estonian concrete syntax for the MOLTO Phrasebook
Grammatical Framework
3
star
16

landslide-themes

Themes for the Landslide HTML5 slideshow generator
JavaScript
3
star
17

GF-Utils

Various scripts for interacting with GF tools and services
Python
3
star
18

touchless-timer

⏰ Hands-free "always on" offline HTML5-based multilingual timer and alarm clock
JavaScript
3
star
19

Mobile-APE

Android client for the APE webservice
Java
2
star
20

speechdemo1

Java
2
star
21

treebank-consistency-checking

Checking treebank consistency to find annotation errors
Perl
2
star
22

wn-browse.js

Simple jQuery-based WordNet browser
CSS
1
star
23

toc.js

toc.js numbers headings in an HTML file and creates a table of contents.
JavaScript
1
star
24

things-k6nelelauncher

An Android Things app that launches Kõnele
Java
1
star