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?

asked a month ago86 views
1 Answer
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
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions