-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
google multispeaker not working #221
Comments
i fixed the local credential issue but i got another error: File ~/podcastfy/podcastfy/tts/providers/geminimulti.py:311, in GeminiMultiTTS.generate_audio(self, text, voice, model, voice2, ending_message) RuntimeError: Failed to generate audio: 403 Multi-speaker voices are only available to allowlisted projects. How to get the projects allowed by google gemini? Has anyone met similar issues? Thanks. |
Got the same error, the service page says "This feature is only available to projects in allowlist. Please contact us if you want to use this feature." (https://cloud.google.com/text-to-speech/docs/create-dialogue-with-multispeakers). Online chat with the team will help you with that. |
Do you think it might be coming from the user instructions? |
Hey @valtahomes , |
Thanks, Santosh!
Best Regards,
…--
Thársis
souzatharsis.com <http://www.souzatharsis.com/>
<http://linkedin.com/in/tharsissouza>
On Sun, Jan 5, 2025 at 10:10 AM G Santosh Kumar ***@***.***> wrote:
Hey @valtahomes <https://github.com/valtahomes> ,
As the Error Message suggests *RuntimeError: Failed to generate audio:
403 Multi-speaker voices are only available to allowlisted projects.*,
you'll need to contact Google Cloud Support Team to get Multi-Speaker
voices enabled.
Navigate to Support in your GCP Project and raise a ticket under Cases.
Example -
image.png (view on web)
<https://github.com/user-attachments/assets/4c619768-aa01-40f3-93d4-08be2707ed0c>
They should be able to help.
—
Reply to this email directly, view it on GitHub
<#221 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADTMY3NGDQ6H6EYAHSMVEBT2JFDOLAVCNFSM6AAAAABUO556ACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZRGY2TOOBUGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi,
The other tts works pretty well like openai, elevenlabs etc. but the google multispeaker model keeps spitting out the same error (i have set up google config following the steps):
RuntimeError: Failed to generate audio: 403 Requests to this API texttospeech.googleapis.com method google.cloud.texttospeech.v1.TextToSpeech.SynthesizeSpeech are blocked. [reason: "API_KEY_SERVICE_BLOCKED"
domain: "googleapis.com"
metadata {
key: "service"
value: "texttospeech.googleapis.com"
}
metadata {
key: "methodName"
value: "google.cloud.texttospeech.v1.TextToSpeech.SynthesizeSpeech"
}
metadata {
key: "consumer"
value: "projects/22515376012"
}
metadata {
key: "apiName"
value: "texttospeech.googleapis.com"
}
, locale: "en-US"
message: "Requests to this API texttospeech.googleapis.com method google.cloud.texttospeech.v1.TextToSpeech.SynthesizeSpeech are blocked."
]
The text was updated successfully, but these errors were encountered: