Simple widgets with just a play/pause button - perfect for blogs and content:
Experience all 7 OpenAI voices, each with unique characteristics:
<TTSWidget text="Your text here" provider="openai" voice="coral">
Your content that will be spoken
</TTSWidget>import TTSWidget from '@site/src/components/TTSWidget';
<TTSWidget
text="Welcome to our site!"
provider="openai"
voice="fable"
>
<p>Welcome to our site!</p>
</TTSWidget><TTSWidget
text="Text to speak"
provider="openai" // openai, cartesia, azure, mock
voice="fable" // Provider-specific voice
enableSpeed={true} // Show speed control
className="my-class" // Additional CSS classes
>
Your content here
</TTSWidget>The Supernal TTS widget includes:
Ready to integrate? Check out our Widget Integration Guide for detailed instructions.