Amplify has re-imagined the way frontend developers build fullstack applications. Develop and deploy without the hassle.

Page updated May 2, 2024

Text to speech

Note: Make sure to complete the getting started section first, where you will set up the IAM roles with the right policy actions

Working with the API

Generate an audio buffer for playback from a text input.

import { Predictions } from '@aws-amplify/predictions';
const result = await Predictions.convert({
textToSpeech: {
source: {
text: textToGenerateSpeech
},
voiceId: "Amy"
}
})

To view the complete list of voiceId options refer to Voices in Amazon Polly.