Lesson goal: Make the computer speak with different speeds

Previous: Speaking text with different voices | Home | Next: Speaking numbers properly

So you know how to make the computer talk, right? In our last say function, called say2 you can change the speed at which the computer talks. Speed likes 0.1 are very slow, where a speed of 3 would be very fast. A speed of 1 is normal. Other numbers are possible too.

We have a function called say2 that works like this:
say2("your message here",voice,speed)
Move the mouse over a dotted box for more information.

Now you try. Use the say2 statement and have the computer speak some messages. Try say2("hello",0,.1) if you want.

Type your code here:


See your results here: