tj / commander

The complete solution for Ruby command-line executables
http://visionmedia.github.com/commander
MIT License
1.09k stars 64 forks source link

Added a way to set speaking rate in speech method #57

Closed kethomassen closed 11 years ago

kethomassen commented 11 years ago

Overview

Adds a way to set the speaking rate (wpm) in the speech method without having to manually use the applescript method

Examples

speak "HELLO!", "Alex", 250 # Says "HELLO!" with voice "Alex" at a speaking rate of 250 wpm
speak "HELLO!" # Says "HELLO!" with voice "Alex" at a default speaking rate of 175 wpm

Changes

ggilder commented 11 years ago

Left a couple of comments, looks good to me otherwise. If you fix those I will merge and release.

kethomassen commented 11 years ago

Fixed :+1:

ggilder commented 11 years ago

Just released v4.1.4 with your addition. Thanks!