Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 458 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 458 Bytes

Speak

A simple cli that allows you to read from a speech YAML file, with designated times and messages, and speak the given message at the specified time.

Requirements

Download espeak

Usage

Edit speak.rb to read your designated speech.yml file in the following format:

"hh:mm:ss": "message"

So the following example would say Hello World! in 38 seconds.

"00:00:38": "Hello World!"