I found this code from the Internet and it uses the Google translate's text to speech capability using URL. here is the code:
http://translate.google.com/translate_tts?tl=en&q="hello world"
I know how to call this in my vb.net but I don't know how to save the MP3 file from Google Translate. i used the system.speech in vb.net to have this capability but I specifically need to get the speech from google translate. so, does anyone know how to save the sound file from Google Translate using that URL? Thanks.