An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# loquendo-ruby
[![Gem Version](https://badge.fury.io/rb/loquendo-ruby.svg)](https://badge.fury.io/rb/loquendo-ruby)
![License](https://img.shields.io/badge/license-AGPL%203.0-blue.svg)
[![RuboCop](https://github.com/malvads/loquendo-ruby/actions/workflows/lint.yml/badge.svg)](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.