7

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.

PeakGen
  • 21,894
  • 86
  • 261
  • 463

3 Answers3

5

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.

Hristo Vrigazov
  • 1,357
  • 2
  • 12
  • 20
0

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
Tony Vlcek
  • 446
  • 4
  • 18
-1

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!

Bruno
  • 41
  • 2
  • 8