diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-13 21:21:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-13 21:21:33 +0100 |
| commit | c797974fdda7f9744c606a36c77a5634dc2b78da (patch) | |
| tree | 33a521b1f3ba0c2c14b31b927b1f779433cf87ab | |
| parent | 2b66db45a9e105e967ef4278d610356ec78911a8 (diff) | |
| parent | e95c925d95e1de853a802b54c7c3f7ac02b0f224 (diff) | |
| download | packages-c797974fdda7f9744c606a36c77a5634dc2b78da.tar.gz packages-c797974fdda7f9744c606a36c77a5634dc2b78da.zip | |
Merge pull request #827 from juancarlospaco/add-espeak1843
Add 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" } ] |
