How to | Make Mathematica Speak
Starting in Version 7, Mathematica includes expression-to-speech functionality. In principle, any Mathematica expression can be translated in this way.
Apply the function Speak to make Mathematica speak:
| Out[10]= |  |
You can also make Mathematica speak by right-clicking a highlighted expression and choosing from the contextual menu.
If, instead, you would like to see a text version of the input, apply SpokenString:
| Out[2]= |  |
Using SpokenString gives you the output:
| Out[3]= |  |
Using HoldForm gives you the input:
| Out[4]= |  |
This is also true for Speak:
| Out[5]= |  |
| Out[6]= |  |
SpokenString with HoldForm can be used on graphics as well:
| Out[7]= |  |
| Out[8]= |  |
Naturally, Speak still works in this case:
| Out[9]= |  |