Skip to content

Instantly share code, notes, and snippets.

@kepstein
Created January 20, 2017 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kepstein/73cfd123bd21f04d36c1dde2908155af to your computer and use it in GitHub Desktop.
Save kepstein/73cfd123bd21f04d36c1dde2908155af to your computer and use it in GitHub Desktop.
AWS Polly generates TTS and downloads the result to MP3 using AWS CLI
aws polly synthesize-speech \
--output-format "mp3" \
--voice-id "Salli" \
--text "Amazon Polly is a service that turns text into lifelike speech. Polly lets you create applications that talk, enabling you to build entirely new categories of speech-enabled products. Polly is an Amazon AI service that uses advanced deep learning technologies to synthesize speech that sounds like a human voice. Polly includes 47 lifelike voices spread across 24 languages, so you can select the ideal voice and build speech-enabled applications that work in many different countries." \
polly-cli.mp3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment