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ヶ月前139ビュー
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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ