https://github.com/malvads/loquendo-ruby
4fun Unofficial Loquendo.io API client written in Ruby.
https://github.com/malvads/loquendo-ruby
gem loquendo loquendo-ruby loquendo-ruby-gem ruby rubygem
Last synced: 11 months ago
JSON representation
4fun Unofficial Loquendo.io API client written in Ruby.
- Host: GitHub
- URL: https://github.com/malvads/loquendo-ruby
- Owner: malvads
- License: agpl-3.0
- Created: 2024-02-25T15:09:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T16:50:50.000Z (over 2 years ago)
- Last Synced: 2025-03-28T07:31:37.711Z (over 1 year ago)
- Topics: gem, loquendo, loquendo-ruby, loquendo-ruby-gem, ruby, rubygem
- Language: Ruby
- Homepage: https://rubygems.org/gems/loquendo-ruby
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# loquendo-ruby
[](https://badge.fury.io/rb/loquendo-ruby)

[](https://github.com/malvads/loquendo-ruby/actions/workflows/lint.yml)
Easy-to-use API for interacting with Loquendo.io website. Remember, this is an unofficial Loquendo.io API client written in Ruby and may be taken down at any time. If you are the owner of the Loquendo.io website, please contact me!
## Installation
```bash
gem install loquendo-ruby
```
## Usage
```ruby
require 'loquendoruby'
speaker = LoquendoRuby::Main.new
speaker.set_voice('es-MX', 'Mia')
speaker.spech('hello world!')
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/malvads/loquendo-ruby.