From f463ef08e851359cdf69db87131de64b9459788a Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Mon, 30 Jul 2018 22:23:28 +0100 Subject: [PATCH] Adds texttospeech package --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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" } ]