Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Chinese is not displayed in the language selection

Chinese doesn't appear in the text-to-speech language selection. How do I create a Chinese voice?

0 1 133
1 REPLY 1

Hi @B2_HS,

Welcome to Google Cloud Community!

Instead of using the console method, you can try the Cloud Shell method. I tried replicating the issue and successfully generated audio in Chinese using the Cloud Shell terminal with the parameters languageCode: "cmn-CN" and name: "cmn-CN-Standard-A" for Mandarin Chinese. You can refer to this documentation on supported voices and languages, as there are other regional Chinese voices available.

Screenshot 2025-03-06 5.45.01 AM.png

You can also follow these steps to convert text to synthetic voice audio, including how to decode the results from the Text-to-Speech API.

Additionally, you can refer to this documentation to list all supported voices programmatically.

Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.