Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $result = $pollyClient->startSpeechSynthesisTask([
- 'OutputFormat' => 'mp3',
- 'OutputS3BucketName' => AWS_S3BUCKET,
- 'SampleRate' => '24000',
- 'Text' => $testText,
- 'TextType' => 'text',
- 'VoiceId' => 'Ruth',
- 'Engine' => 'long-form',
- ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement