PeakGen
PeakGen

Reputation: 23035

Where is `Google Speech API Key`?

I was refering to this link where it discuss about the Google Speech engine. It says that I have to get an API Key from google, to use the google speech engine they are discussing. In the link posted, they have shown an image of activating the Speech API Key.

However when I went to the API Site I can't find anything about Speech API.

Is there no more API keys for Speech API? Or else no need to use them? It is worth to understand that this speech API allows uploading flac files, which is quite different from others.

Upvotes: 8

Views: 33125

Answers (3)

Tony Vlcek
Tony Vlcek

Reputation: 456

I found a PDF guide with screenshots that shows how to set this up in 2022:

https://www.blackwiredesigns.com/wp-content/uploads/Creating-a-Google-Cloud-Text-to-Speech-API-Key.pdf

In short, you need to:

  1. Enable the Cloud Text-to-Speech API - here
  2. Create the API Key credential to it - here

Upvotes: 1

Hristo Vrigazov
Hristo Vrigazov

Reputation: 1407

To get an API key, go to Google Developer Console, create a project, then go to Library on the right, find the Speech API, and enable it.

Upvotes: 5

Bruno
Bruno

Reputation: 41

Have you heard about this Web Speech API:

https://www.google.com/intl/pt/chrome/demos/speech.html

https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API

I don't know if this API solves your problem, but im working with this and it's quite nice!

Upvotes: -1

Related Questions