0.0
No commit activity in last 3 years
No release in over 3 years
A wrapper of the aws-sdk-polly gem which caches audio files locally. Defaults to a British voice and OGG format.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.9, >= 2.9.11
 Project Readme

Using the PollySpeech gem

require 'pollyspeech.rb'


polly = PollySpeech.new(access_key: '[ACCESS_KEY]', 
                    secret_key: '[SECRET_KEY]', voice_id: 'Emma')
polly.tts 'Can I help you with anything?', '/tmp/greeting.ogg'

Note: British voice options are Emma, Amy, or Brian

Resources

aws amazon tts polly speech