Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hogelog/ssml2mp3
- Owner: hogelog
- License: mit
- Created: 2017-01-15T11:04:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-19T16:39:43.000Z (about 8 years ago)
- Last Synced: 2024-12-18T11:41:15.491Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).