Last active
April 12, 2016 09:31
-
-
Save zlargon/14b22abb9c577ede779c2c57975821e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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