From babc639567bea90e69714111903556fcb8c2b14b Mon Sep 17 00:00:00 2001 From: Application-maker <68902211+application-maker@users.noreply.github.com> Date: Mon, 24 Jul 2023 11:12:34 +0300 Subject: [PATCH] Add a suggestion for TTS Engine: eSpeak Signed-off-by: 68902211+Application-maker@users.noreply.github.com Signed-off-by: Muntashir Al-Islam Co-authored-by: Muntashir Al-Islam Signed-off-by: Muntashir Al-Islam --- suggestions/tts.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/suggestions/tts.json b/suggestions/tts.json index f15f757..41167bf 100644 --- a/suggestions/tts.json +++ b/suggestions/tts.json @@ -1,8 +1,9 @@ [ { - "id": "com.danefinlay.ttsutil", - "label": "TTS Util", + "id": "com.reecedunn.espeak", + "label": "eSpeak", "source": "fg", - "repo": "https://github.com/Danesprite/tts-util-app" + "repo": "https://github.com/espeak-ng/espeak-ng", + "reason": "Speech quality is not very good and sounds more robotic." } ]