diff --git a/public/scripts/extensions/tts/system.js b/public/scripts/extensions/tts/system.js index 0cb640806..e7f4a75f5 100644 --- a/public/scripts/extensions/tts/system.js +++ b/public/scripts/extensions/tts/system.js @@ -51,6 +51,8 @@ var speechUtteranceChunker = function (utt, settings, callback) { } newUtt.lang = utt.lang; newUtt.voice = utt.voice; + newUtt.rate = utt.rate; + newUtt.pitch = utt.pitch; newUtt.addEventListener('end', function () { if (speechUtteranceChunker.cancel) { speechUtteranceChunker.cancel = false;