diff options
| author | Juan Carlos <juan@thirstie.com> | 2018-08-13 15:43:41 -0300 |
|---|---|---|
| committer | Juan Carlos <juan@thirstie.com> | 2018-08-13 15:43:41 -0300 |
| commit | e95c925d95e1de853a802b54c7c3f7ac02b0f224 (patch) | |
| tree | 33a521b1f3ba0c2c14b31b927b1f779433cf87ab | |
| parent | 2b66db45a9e105e967ef4278d610356ec78911a8 (diff) | |
| download | packages-e95c925d95e1de853a802b54c7c3f7ac02b0f224.tar.gz packages-e95c925d95e1de853a802b54c7c3f7ac02b0f224.zip | |
Added package espeak
| -rw-r--r-- | packages.json | 13 |
1 files changed, 13 insertions, 0 deletions
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" } ] |
