Loading... audio capability. Powered by BlogSpeak.me

BlogSpeak AI

https://blogspeak.me

Dynamic Text to Voice capabilities for your blogs and docs!

With just a few lines of code, you can add audio support for your content, making it more accessible and engaging for your audience.

Currently supported clients:

HTML - Fully supported and ready to use

React support will be available in future versions.

This is a demonstration of the HTML client. Full documentation and a dashboard are coming soon!

Below is the implementation example for HTML Clients:

You can try this yourself, use the below html with everything similar and add content to your body, whatever is in Paragraph and Heading tag will be converted to audio, and will be shown in audiobox.

        
            <!DOCTYPE html>
            <html lang="en">
                <head>
                    <link rel="stylesheet" href="https://cdn.blogspeak.me/style.min.css" />
                    <script src="https://cdn.blogspeak.me/script.min.js"></script>
                    <title></title>
                </head>
                <body class="blogspeak">
                    <div class="audiobox"></div>

                    <!--
                        contents here
                    -->
                </body>
            </html>