From 5de364277744db7fa691d3a5b4d9dbc551343d95 Mon Sep 17 00:00:00 2001 From: Application-maker <68902211+Application-maker@users.noreply.github.com> Date: Sun, 23 Jul 2023 21:32:14 +0300 Subject: [PATCH] Add eSpeak and add reason lines --- suggestions/tts.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/suggestions/tts.json b/suggestions/tts.json index 21c795c..b4b54e1 100644 --- a/suggestions/tts.json +++ b/suggestions/tts.json @@ -1,14 +1,16 @@ [ - { - "id": "com.danefinlay.ttsutil", - "label": "TTS Util", - "source": "fg", - "repo": "https://github.com/Danesprite/tts-util-app" - }, { "id": "com.github.olga_yakovleva.rhvoice.android", "label": "RHVoice", + "reason": "No same/better alternative is available right now", "source": "f", "repo": "https://github.com/RHVoice/RHVoice" + }, + { + "id": "com.reecedunn.espeak", + "label": "eSpeak", + "reason":"No same/better alternative is available right now", + "source": "f", + "repo": "https://github.com/espeak-ng/espeak-ng" } ]