Is it possible to change the speech rate in OS X say command?

Solution 1:

Yes, there is. The command

say -v Alex "Hello" -r 200

will cause the voice Alex say "Hello" at a rate of 200 words/minute.

Solution 2:

There is also an embedded speech command for changing the rate:

say '[[rate 200]] hello'