Open azharkhn opened 6 years ago
Hi @azharkhn
Did you set the GOOGLE_APPLICATION_CREDENTIALS
variable properly?
And, if yes, are the credentials valid and enabled for the specific Cloud Text-to-Speech API?
In your Google Project you have to enable the Text-to-Speech APIs here, then create a valid service account, then download its relative credentials.
Please let me know if this helps.
I am getting following error after executing the following command:
# go run synthesize.go en "Hello world" output.mp3
Can you please suggest any fix?