Skip to content

Commit

Permalink
Improve the full_description
Browse files Browse the repository at this point in the history
Reformulate the text and
make the URLs part of the description and thus hopefully visible
in the F-Droid app.
  • Loading branch information
Kaljurand committed Apr 18, 2021
1 parent f698d08 commit 5db75c7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions metadata/en-US/full_description.txt
@@ -1,3 +1,5 @@
Kõnele is an app that offers speech-to-text user interfaces to other apps. Many apps contain a text area or a text field (e.g. a search bar, or a message box) that can be edited using the <b>input method editor (IME)</b>, aka the on-screen keyboard. Kõnele provides an IME that allows text to be created via speaking. (Modalities like swiping and buttons are also supported, for situations where speaking is less convenient.) Many apps (e.g. intelligent assistants, keyboard apps, navigation apps) also contain a microphone button that is linked to the <b>standard Android speech recognition activity</b>. Kõnele provides an implementation of this activity.
Kõnele is an app that offers speech-to-text user interfaces to other apps. Many apps contain a text area or a text field (e.g. a message box or a search bar) that can be edited using the <b>input method editor (IME)</b>, aka the on-screen keyboard. Kõnele provides an IME that is optimized for speech input. Modalities like swiping and buttons are also supported, for situations where speaking is less convenient. Many apps (e.g. intelligent assistants, navigation apps) also contain a microphone button that is linked to the <b>standard Android speech recognition activity</b>. Kõnele provides an implementation of this activity, and uses it itself as a launcher.

Kõnele can connect to any speech recognition service available on the device but we recommend using <a href="https://github.com/Kaljurand/K6nele-service">Kõnele service</a>, which supports audio input of unlimited length, where dictation results are returned already while dictating. Its backing server runs the <a href="https://github.com/alumae/kaldi-gstreamer-server">kaldi-gstreamer-server</a> software and is pre-configured to provide Estonian speech recognition, but being based on a fully open-source stack makes it easy to deploy (locally) and customize for other languages.
Kõnele can connect to any speech recognition service available on the device but by default uses, and is optimized for <b>Kõnele service</b> (<a href="https://github.com/Kaljurand/K6nele-service">https://github.com/Kaljurand/K6nele-service</a>), a separate lightweight app whose backing server runs the <b>kaldi-gstreamer-server</b> (<a href="https://github.com/alumae/kaldi-gstreamer-server">https://github.com/alumae/kaldi-gstreamer-server</a>) software. The default server operates from Tallinn and provides Estonian speech recognition, but the software is easy to deploy elsewhere (e.g. a private network) and customize for other languages.

(Note that while Kõnele also includes the service implementation under the name "Kõnele (fast recognition)", this is known not to work on Android 11. However, installing the service as a separate app avoids this problem.)

0 comments on commit 5db75c7

Please sign in to comment.