Using the Web Speech API
I had the chance to work with website accessibility in 2025, and one feature that I learned about that was a lot of fun was the SpeechSynthesisUtterance API. This is a Web Speech API that has the capability to take in a string and outputs audio via the web browser. Most modern browsers have this … Read more