3
I’m doing a project aimed at blind people, I wanted to know if there is any way to make the browser speak by voice "Hit the ENTER key to talk", I’m using Speechrecognition to recognize the talk of the user, but I haven’t found anywhere that I’ve researched a way to make the browser talk.
I had started a similar project and I used google voices in mp3 format, but I abandoned the project because the voices didn’t get very good. : / But you can use the <audio> tag to do this if you have the mp3 with the voices.
– Sam
Need to check if it’s compatible with all browsers, but has an API for voice synth (text to Speech): Web Speech API - Firefox and Introduction to the Speech
– Gomiero