notes/Google text to speech api HTML5 audio element-x6RsZt2u.html
<html>
<head>
	<script>
		var audio = new Audio();
		audio.src ='http://translate.google.com/translate_tts?ie=utf-8&tl=en&q=Hello%20World.';
		audio.play();
	</script>
</head>
<body>
</body>
</html>

syntax highlighted by Code2HTML, v. 0.9.1