AWang
Results
1
comments of
AWang
why not change to ActiveXObject. It does not delay the speaking ```javascript var winax = require('winax') var voiceObj = new ActiveXObject("Sapi.SpVoice") voiceObj.speak("你好") ```