Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hogelog/ssml2mp3

SSML to mp3 synthesizer powered by polly
https://github.com/hogelog/ssml2mp3

Last synced: about 1 month ago
JSON representation

SSML to mp3 synthesizer powered by polly

Awesome Lists containing this project

README

        

# Ssml2mp3
[![Build Status](https://travis-ci.org/hogelog/ssml2mp3.svg?branch=master)](https://travis-ci.org/hogelog/ssml2mp3)
[![Gem Version](https://badge.fury.io/rb/ssml2mp3.svg)](http://badge.fury.io/rb/ssml2mp3)

SSML to mp3 powered by [Amazon Polly](https://aws.amazon.com/polly/)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ssml2mp3'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install ssml2mp3

## Usage

```bash
$ ssml2mp3 foo.ssml foo.mp3
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/hogelog/ssml2mp3.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).