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

404 Voice ms-MY-Wavenet-D not found

I'm using the Google Cloud Text to Speech API, and the code works as expected for all languages I've tried so far. However, for this voice id: ms-MY-Wavenet-D, I'm getting this error in production:

{

response: { "error": { "code": 404, "message": "Voice ms-MY-Wavenet-D not found.", "status": "NOT_FOUND" } } ,
status: 404

}

The voice is listed on the website, and when I run the API call to fetch all voices, it's also listed:

{#7620
+"languageCodes": [
"ms-MY",
],
+"name": "ms-MY-Wavenet-D",
+"ssmlGender": "MALE",
+"naturalSampleRateHertz": 24000,
},

Has anyone else encountered this problem and is there anything that can be done?

0 4 453
4 REPLIES 4