espeak-ruby icon indicating copy to clipboard operation
espeak-ruby copied to clipboard

Ruby wrapper for ‘espeak’ and ‘lame’ with sugar on top to create Text-To-Speech mp3 files.

Results 7 espeak-ruby issues
Sort by recently updated
recently updated
newest added

Hi @dejan, Thanks a bunch for working on this! \o/ However, I am using `espeak-ruby` like this: ``` speech = ESpeak::Speech.new("put on charging, your battery is at #{capacity}%.") speech.speak ```...

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.6.4. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

figured out a way to solve the question I had in this issue: https://github.com/dejan/espeak-ruby/issues/25 idea here is you can create multiple Speech objects along the process and capture the bytes...

Just wanted to check if there was a way that I am not seeing. Plan is to just create a file for each "speaker" and then combine them into one...

Bumps [rack](https://github.com/rack/rack) from 3.1.14 to 3.1.16. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies
ruby

Bumps [rack](https://github.com/rack/rack) from 3.1.14 to 3.1.18. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies
ruby

Could someone make a small video explaining the steps on how to use espeak-ruby? For non Ruby programmers Thx