Skip to content

Commit

Permalink
Add Fastlane metadata for F-Droid
Browse files Browse the repository at this point in the history
  • Loading branch information
ArenaL5 committed Sep 18, 2020
1 parent ec7ebfb commit f74ef79
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -209,3 +209,6 @@ espeak-ng-data/phontab

espeak-ng-data/mbrola/
espeak-ng-data/mbrola_ph/*_phtrans

# fastlane metadata
!fastlane/metadata/android/*/*.txt
21 changes: 21 additions & 0 deletions fastlane/metadata/android/en-US/full_description.txt
@@ -0,0 +1,21 @@
<p>The eSpeak NG is a compact open source software text-to-speech synthesizer for Linux, Windows, Android and other operating systems. It supports <a href="https://github.com/espeak-ng/espeak-ng/blob/master/docs/languages.md">more than 100 languages and accents</a>. It is based on the eSpeak engine created by Jonathan Duddington.</p>

<p>eSpeak NG uses a "formant synthesis" method. This allows many languages to be provided in a small size. The speech is clear, and can be used at high speeds, but is not as natural or smooth as larger synthesizers which are based on human speech recordings. It also supports Klatt formant synthesis, and the ability to use MBROLA as backend speech synthesizer.</p>

<p>Features:</p>

<ol>
<li>Includes different Voices, whose characteristics can be altered.</li>
<li>Can produce speech output as a WAV file.</li>
<li>SSML (Speech Synthesis Markup Language) is supported (not complete),
and also HTML.</li>
<li>Compact size. The program and its data, including many languages,
totals about few Mbytes.</li>
<li>Can be used as a front-end to <a href="https://github.com/espeak-ng/espeak-ng/blob/master/docs/mbrola.md">MBROLA diphone voices</a>.
eSpeak NG converts text to phonemes with pitch and length information.</li>
<li>Can translate text into phoneme codes, so it could be adapted as a
front end for another speech synthesis engine.</li>
<li>Potential for other languages. Several are included in varying stages
of progress. Help from native speakers for these or other languages is
welcome.</li>
</ol>
Binary file added fastlane/metadata/android/en-US/images/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/short_description.txt
@@ -0,0 +1 @@
Text-to-speech engine for Android. Based on the eSpeak engine created by Jonathan Duddington.
19 changes: 19 additions & 0 deletions fastlane/metadata/android/es-ES/full_description.txt
@@ -0,0 +1,19 @@
<p>eSpeak NG es un sintetizador de voz de código abierto para Linux, Windows, Android y otros sistemas operativos. Incorpora <a href="https://github.com/espeak-ng/espeak-ng/blob/master/docs/languages.md">más de 100 idiomas y acentos</a>. Está basado en el motor eSpeak creado por Jonathan Duddington.</p>

<p>eSpeak NG usa un método de «síntesis de formantes». Esto permite proveer una gran cantidad de idiomas en poco espacio. La voz es clara, y se puede reproducir a altas velocidades, pero no es tan natural ni fluida como otros sintetizadores, más pesados, basados en grabaciones de habla humana. Este programa también soporta la síntesis de formantes de Klatt, y el backend MBROLA como sintetizador de habla.</p>

<p>Características:</p>

<ol>
<li>Incluye diferentes voces, cuyas características pueden configurarse.</li>
<li>Puede exportar la voz sintetizada a archivos WAV..</li>
<li>Compatible con HTML y (parcialmente) compatible con SSML (Speech Synthesis Markup Language).</li>
<li>Tamaño muy reducido. El programa y sus datos, incluyendo varios idiomas,
cabe enteramente en unos pocos megabytes.</li>
<li>Puede usarse como front-end para <a href="https://github.com/espeak-ng/espeak-ng/blob/master/docs/mbrola.md">voces difónicas de MBROLA</a>.
eSpeak NG convierte el texto en fonemas con información de tono y duración.</li>
<li>Puede convertir texto en una transcripción fonémica. Esto hace posible usarlo como
front-end para otro motor de síntesis de voz.</li>
<li>Tiene el potencial de admitir varios idiomas. Se incluyen algunos idiomas aún no finalizados.
Invitamos a hablantes nativos a ayudarnos con estos u otros idiomas.</li>
</ol>
Binary file added fastlane/metadata/android/es-ES/images/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions fastlane/metadata/android/es-ES/short_description.txt
@@ -0,0 +1 @@
Motor de síntesis de voz para Android. Basado en el motor eSpeak creado por Jonathan Duddington.

0 comments on commit f74ef79

Please sign in to comment.