Open anujgawde opened 1 day ago
Hey @anujgawde ,
It seems that you are using this StartSpeechSynthesisTaskCommand from @aws-sdk/client-polly.
I just checked VoiceId page in AWS JS SDK doc, it seems that AWS JS SDK doesn't support Patrick
VoiceId.
Please choose other preferred VoiceId.
Thanks! Maggie
Checkboxes for prior research
Describe the bug
I am trying to build a text-to-speech feature which will be able to read long articles. I found voice name 'Patrick, Male' suitable for my use case (tested on the console). When I try to pass the VoiceId from my Node.js application, the IDE prompts me that the VoiceId does not exist in the model.
Regression Issue
SDK version number
@aws-sdk/package-name@version^3.693.0
Which JavaScript Runtime is this issue in?
Node.js
Details of the browser/Node.js/ReactNative version
v20.10.0
Reproduction Steps
Observed Behavior
The IDE does not let me pass my desired VoiceId
Expected Behavior
I should be able to use my desired VoiceId
Possible Solution
Update the VoiceId model to include a value for 'Patrick'
Additional Information/Context
No response