Skip to content

Instantly share code, notes, and snippets.

View NamasteProgrammingYouTube's full-sized avatar

NamasteProgrammingYouTube

View GitHub Profile
const AWS = require('aws-sdk')
const fs = require('fs')
const Polly = new AWS.Polly({
region: 'ap-south-1'
})
const input = {
Text: "Hola, Buenas dias.",
OutputFormat: "mp3",