Amazon Polly Example Implementation

Content Type: Module
Categories: AWS,Artificial Intelligence

Overview

Amazon Polly Example Implementation

This module contains an example implementation of theĀ Amazon Polly Connector. The app contains basic functionality that lists the available voice engines and synthesizing text-to-speech.

To demonstrate the Amazon Polly Connector, logic has been created that lets the user select a specific voice engine and input text to be synthesized.

Documentation

Description

This contains a demo implementation for the Amazon Polly connector. The module contains basic functionality for creating a request and playing back the audio file returned from Amazon Polly. This module can give you ideas on what is possible with Polly.


Dependencies [optional]


Configuration

  1. Download the Amazon Polly Example Implementation module.
  2. Add the 'ExampleVoices_Overview' page to your project navigation.
  3. Add the AmazonPollyConnector_ExampleImplementation.User module role to all application roles that you want to give access to this page.

Releases

Version: 2.0.0
Framework Version: 9.18.0
Release Notes: The example implementation module has been edited to be compatible with the Amazon Polly connector version 2.0.0 and the Amazon Authentication connector version 3.0.0
Version: 1.0.0
Framework Version: 9.18.0
Release Notes: This is the example implementation for the Amazon Polly Connector