Speacr

Version, currently master branch1 version
  • master branchlatestNov 16, 2018

github.com/dscottboggs/Speacr

(WIP) Bindings to eSpeak for Crystal

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  Speacr:
    github: dscottboggs/Speacr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.27.0
License
MIT
Author
D. Scott Boggs

Dependencies

Runtime Dependencies

  • autobind*github: j8r/crystal-autobind, branch: master

README

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

  1. Add the dependency to your shard.yml:
dependencies:
  espeak.cr:
    github: your-github-user/espeak.cr
  1. Run shards install

Usage

require "Speacr"
Speacr::Speaker.new.say "something"

Development

TODO: Write development instructions here

Contributing

  1. Fork it (https://github.com/your-github-user/espeak.cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors