Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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>
Add Comment
Please, Sign In to add comment