Generation

input text and output voice

<script src="https://code.responsivevoice.org/responsivevoice.js"></script> <input type="text" id="user-input" autofocus="autofocus" onchange="sayIt();"> <script> function sayIt(){ responsiveVoice.speak(document.getElementById("user-input").value); } </script>

Want to kickstart your project?Use the new AI Studio to create your code