github.com/dscottboggs/Speacr
master / published Nov 16, 2018 / repository
(WIP) Bindings to eSpeak for Crystal
Speacr
Bindings to libespeak (eSpeak) for Crystal
The bindings are complete and documented, but use fails currently for me when it fails to find an audio device.
Installation
- Add the dependency to your
shard.yml:
dependencies:
espeak.cr:
github: your-github-user/espeak.cr
- Run
shards install
Usage
require "Speacr"
Speacr::Speaker.new.say "something"
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/espeak.cr/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- D. Scott Boggs - creator and maintainer