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 個月前檢視次數 134 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南