Guest User

Untitled

a guest
Mar 3rd, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. require 'rubygems'
  2. require 'restful_adhearsion'
  3. require 'json'
  4.  
  5. Ahnsandbox = RESTfulAdhearsion.new(:host => "sandbox.adhearsion.com",
  6. :port => 5000,
  7. :user => "jicksta",
  8. :password => "roflcopterz")
  9.  
  10. Ahnsandbox.create_tts_file 'Testing the new text to speech r p c method. Good luck!'
Add Comment
Please, Sign In to add comment