What is AwsCore::Polly?
This plugin enables you to use Amazon Polly (Text-To-Speech) Services inside Unreal Engine 4 Blueprints!
- Read more about Amazon Polly here
- Amazon Polly is a service that turns text into lifelike speech, allowing you to create applications that talk, and build entirely new categories of speech-enabled products
Video Demonstration
Purchase
Getting Started
After creating your Polly user you can Initialize and start using Polly within Unreal Engine! You can initialize the plugin like this:
SELECT YOUR REGION
Make sure to select the correct region that you are going to use for your AWS services, double check that you do not misspell the region name as that will cause connection issues.
Please note that you must wait for the Polly Object callback to be sure that Polly has been initialized, if you invoke Polly functions before the “Create Polly Object” callback your project will crash