Abena AI's Embedded AI Text-to-Speech

Transform text into lifelike speech with cutting-edge neural synthesis technology

Live Demo

Explore our text-to-speech system in real-time. Text between markers will be converted to speech:

Welcome to Abena AI

This is a demonstration of our advanced text-to-speech technology. Any text placed between the abenastart and abenaend markers will be dynamically converted to speech.

Pro Tip:
Sections marked with abenaignore will be skipped during speech synthesis.

Click the play button to experience neural speech synthesis!

Quick Integration

<!-- 1. Add Abena TTS Script -->
<script src="https://abena.mobobi.com/playground/tts/js/tts-embed.js"></script>

<!-- 2. Mark Content for TTS -->
<div id="abenastart"></div>

<h1>Your Content Here</h1>
<p>This text will be read aloud.</p>

<!-- Optional: Skip Sections -->
<div id="abenaignore">
    Ignored content here.
</div>
<div id="abenaignore-end"></div>

<p>Continue reading here...</p>

<div id="abenaend"></div>