Skip to content

hexams/loquendo-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loquendo

Ruby wrapper for Loquendo TTS

Installation

Add this line to your application's Gemfile:

gem 'loquendo-wrapper'

And then execute:

$ bundle

Or install it yourself as:

$ gem install loquendo-wrapper

Usage

require "loquendo"

data = Loquendo.convert("the book is on the table")

file = File.new("/tmp/sound.alaw", "w")
file.write(data)
file.close

Author

Copyright (c) 2012 Patrick Ximenes. MIT licence (see LICENSE for details).

About

Ruby wrapper for Loquendo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages