Speechpad
A Ruby wrapper for the Speechpad API
[][travis] [travis]: http://travis-ci.org/upworthy/speechpad
Installation
$ gem install speechpad
Documentation
http://rdoc.info/gems/speechpad
Usage Examples
require 'spechpad'
@client = Speechpad::Client.new({access_key: "abc123", secret_key: "xyz456"})
#add_audio_url
a = @client.add_audio_url('https://www.speechpad.com/is_a.mp3')
a.response.audio_id # => 63068
Copyright
Copyright (c) 2013 Upworthy. See LICENSE for details.