Support for Polly windows SAPI plugin

0

It seems AWS has dropped support for the Polly SAPI Windows plugin. Is there a reason why support was dropped? Are there any other solutions available that will make Polly's voices available as SAPI voices on Windows?

已提问 2 个月前136 查看次数
1 回答
1

AWS Polly does not directly support SAPI (Speech Application Programming Interface) for Windows. SAPI is a Windows-specific technology that allows applications to use speech synthesis and recognition functionality.

The decision to discontinue support for the Polly SAPI Windows plugin may have been influenced by factors such as changes in technology trends, evolving customer needs, or resource allocation within AWS. Without specific information from AWS, it's challenging to pinpoint the exact reasons for dropping support.

However, there are alternative approaches you can consider to integrate Polly voices into Windows applications:

Direct Integration: Instead of relying on SAPI, you can use the AWS SDKs or APIs to directly interact with the Polly service from your Windows application. This approach allows you to leverage Polly's text-to-speech capabilities programmatically without relying on SAPI. https://aws.amazon.com/polly/

Custom Integration: You can develop a custom solution that bridges Polly with SAPI on Windows. This would involve building an intermediary layer or application that communicates with Polly and exposes its voices as SAPI voices. While this approach requires additional development effort, it offers flexibility and control over the integration.

This might be useful too :- https://repost.aws/questions/QUkCjBb9XJROWxvjEVYHXtRA/amazon-polly-voices-no-longer-supported-on-windows-for-new-users

Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity, thanks ;)

profile picture
专家
已回答 2 个月前
profile picture
专家
已审核 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则