Text to speech in HTML5 ,JavaScript which runs on all browser
I have created one sample example for Text to speech in HTML5 using JavaScript which runs on only Chrome, but when I am trying to run it on other browser i.e. IE, Mozilla, Safari nothing will happed. What should I do to run my Text To speech demo code on all browser. <code> <!DOCTYPE html> <html lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"> </script> <script> $(document).ready(function () { $("#startBtn").on('click', function (e) { debugger; var u1 = new SpeechSynthesisUtterance('Hello