On this page
Introduction
JakeyTTS features a flexible and extensible plugin system, allowing developers and streamers to extend its core functionality.
What Can Plugins Do?
Plugins can integrate with the JakeyTTS framework to:
- Add New Voice Models: Connect to external AI voice generators or custom speech engines.
- Platform Integrations: Bridge TTS events to other streaming or chat platforms.
- Custom Sound Modulators: Intercept and process output audio streams.
- Global Variables: Dynamically inject new tokens into chat and redeem layouts.
Managing Plugins
You can install, configure, and manage active plugins directly from the Plugins & Integrations page on the left sidebar within the main JakeyTTS client interface.
To learn more about how to manage them, check out the Managing Plugins guide. Or, to create your own, see the How to Create Plugins guide.