Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexanderdoth/googlecloudtts
A GoogleCloudTTS builder made for conversations
https://github.com/alexanderdoth/googlecloudtts
ai education modular text-to-speech tts
Last synced: 29 days ago
JSON representation
A GoogleCloudTTS builder made for conversations
- Host: GitHub
- URL: https://github.com/alexanderdoth/googlecloudtts
- Owner: AlexanderDotH
- License: gpl-3.0
- Created: 2023-06-13T14:21:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-11T16:31:13.000Z (about 1 month ago)
- Last Synced: 2024-12-11T17:33:53.293Z (about 1 month ago)
- Topics: ai, education, modular, text-to-speech, tts
- Language: C#
- Homepage:
- Size: 519 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoogleCloudTTS
Welcome to the GoogleCloudTTS-Tool
A tool to craft AI-spoken text with blocks, as effortless as Lego-building.
## Table of Contents
1. [Setup](#setup)
2. [Preview](#preview)
## Setup
Before you can use this tool, you'll need to make a few settings. Here are the steps you should follow:
1. Get your Google Cloud Console Key (referred to as API-Key). If you don't have one, follow these instructions to get one: https://cloud.google.com/docs/authentication/getting-started.
2. Once you have your key, open the `Settings.json` file in your favorite text editor.
3. Locate the `"API-Key": ""` line, and paste your key between the quotation marks:
```json
"API-Key": "Enter key here"
```4. You are ready to go, simply run the tool and you can start working!
## Preview