Tuesday, September 11, 2018

AWS: windows cmd send polly request


  1. Download python 3.6
  2. pip install awscli
  3. pip install --user --upgrade awscli
  4. aws --version
  5. aws configure
  6. aws polly synthesize-speech --output-format mp3 --voice-id Matthew --text "Hello Blogger." hello.mp3

No comments: