Skip to content

Instantly share code, notes, and snippets.

@zlargon
Last active April 12, 2016 09:31
Show Gist options
  • Save zlargon/14b22abb9c577ede779c2c57975821e4 to your computer and use it in GitHub Desktop.
Save zlargon/14b22abb9c577ede779c2c57975821e4 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<h2>test</h2>
<audio controls>
<source src="http://translate.google.com/translate_tts?ie=utf-8&client=tw-ob&q=test&tl=en-gb" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<h2>測試</h2>
<audio controls>
<source src="http://translate.google.com/translate_tts?ie=utf-8&client=tw-ob&q=測試&tl=zh" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment