Ever wanted to add text to speech functionality to your Actionscript project? Well now you can thanks to this cool little as3 class I wrote last night. So how does it work? Google hasn’t released an official API for their text to speech engine, however if you query: http://translate.google.com/translate_tts?tl=en&q=this%20is%20a%20test an mp3 will be produced which speaks whatever q equals. Ther