Introduction I’ve recently introduced a new feature to my blog. You can now listen to posts being read out aloud by clicking on the A-shaped button in the header above. This is made possible using the Speech Synthesis Web API, which is supported by most modern web browsers. The API is fairly simple to use and only a minimal amount of code is needed to set everything up. Implementation I’ve implemented the narration feature in Javascript. It can be broken down into two distinct steps: Tran...