From e95c925d95e1de853a802b54c7c3f7ac02b0f224 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 13 Aug 2018 15:43:41 -0300 Subject: [PATCH] Added package espeak --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 312ec23..101cb8a 100644 --- a/packages.json +++ b/packages.json @@ -10222,5 +10222,18 @@ "description": "Operators, commands and functions more c-like, plus a few other utilities", "license": "MIT", "web": "https://github.com/ReneSac/c_alikes" + }, + { + "name": "espeak", + "url": "https://github.com/juancarlospaco/nim-espeak", + "method": "git", + "tags": [ + "espeak", + "voice", + "texttospeech" + ], + "description": "Nim Espeak NG wrapper, for super easy Voice and Text-To-Speech", + "license": "MIT", + "web": "https://github.com/juancarlospaco/nim-espeak" } ]