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

Create speech output for videos #20

Open ghost opened 4 years ago

ghost commented 4 years ago

In the same way that it would make sense to add speech output for images: https://github.com/flogy/gatsby-mdx-tts/issues/18 it would probably make sense to add speech output for videos.

I'm not quite sure how easy that would be to implement. gatsby-remark-embed-video seems to add its own syntax for embedding videos and I'm not quite certain what that looks like in the MDX AST.