diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-07-30 22:23:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-30 22:23:28 +0100 |
| commit | f463ef08e851359cdf69db87131de64b9459788a (patch) | |
| tree | 02613f3439ba492989eba9405fb5347271d347c3 /packages.json | |
| parent | c599dabbda2568aa2bc3ee4412a0411b6dfcf966 (diff) | |
| download | packages-f463ef08e851359cdf69db87131de64b9459788a.tar.gz packages-f463ef08e851359cdf69db87131de64b9459788a.zip | |
Adds texttospeech package
Diffstat (limited to 'packages.json')
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 3047994..562dc4d 100644 --- a/packages.json +++ b/packages.json @@ -10113,5 +10113,20 @@ "description": "A library to retrieve the list of commonly used licenses from the SPDX License List.", "license": "BSD3", "web": "https://github.com/euantorano/spdx_licenses.nim" + }, + { + "name": "texttospeech", + "url": "https://github.com/dom96/texttospeech", + "method": "git", + "tags": [ + "tts", + "text-to-speech", + "google-cloud", + "gcloud", + "api" + ], + "description": "A client for the Google Cloud Text to Speech API.", + "license": "MIT", + "web": "https://github.com/dom96/texttospeech" } ] |
