You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2021. It is now read-only.
* Themes the Webspeech TTS block - adds a JS Sniffer for WebSpeech Support.
*/
?>
<div id='webspeech_tts-rocks'>
<script>
if (window.SpeechSynthesisUtterance === undefined) {
document.write("<div class='messages error'>Your Browser Does Not Support the WebSpeechAPI. Currently, only Chrome supports it and Safari, with limited support.<br/></br></div>");
}
</script>
<?php print t('Use the controls below for web speech: <br/> <br/>'); ?>