flogy / gatsby-mdx-tts

🗣 Adds speech output to your Gatsby site using Amazon Polly.
https://gatsby-mdx-tts.netlify.com
MIT License
10 stars 2 forks source link

stop audio when leaving current page #19

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hello,

this is a potential fix for this issue: https://github.com/flogy/gatsby-mdx-tts/issues/15

It simply stops the audio playback on unmount.

flogy commented 4 years ago

Perfect, thank you for your pull request!