Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am aeroniemi on github.
  • I am aeroniemi (https://keybase.io/aeroniemi) on keybase.
  • I have a public key ASD9JphqwxlgI5wEJz7nAHEVGsfdysv1CKONBBFF5ZLwHwo

To claim this, I am signing this object:

@aeroniemi
aeroniemi / guide.md
Created December 18, 2018 18:21
A guide on how to generate ATIS files for euroscope using Amazon Polly

Generating ATIS files for euroscope using Amazon Polly

Amazon make a really good, relatively easy service called Amazon Polly, which allows people to programatically make voice files using their voice software. Euroscope ATIS files are one use for this. Here's my guide for making them programatically:

Step 1: Generate the files

  1. Install ExcelToAmazonPolly (https://github.com/StachePL/ExcelToAmazonPolly)
  2. Follow the instructions on ExcelToAmazonPolly's github page for setup.
  3. Once working, open the example excel sheet, and set up as shown in the config. Set the Generate column to TRUE in all rows. Also, make sure all file types end with ".ogg"
  4. Open the app, select "Ogg_vorbis" from the dropdown menu and click Generate
  5. Assuming you haven't changed the output folder, the files will appear in "C:\VoiceOutput"

Step 2: Converting the files to WAV