Packages

Text-to-Speech module for Elixir. It exposes a function Say.say/1 that advises the underlying OS or through a SSH tunnel to say the given text.

Current section

Files

Jump to
say CHANGELOG.md
Raw

CHANGELOG.md

# CHANGELOG
## v0.2.1 (2022-10-13)
* Improved argument type validation
## v0.2.0 (2022-10-13)
* Add exec_args property
* Added tests
## v0.1.0 (2022-10-12)
* First release