Local11Labs is a powerful text-to-speech and podcast generation tool powered by the lightweight Kokoro-82M model. Generate natural-sounding speech and multi-speaker podcasts locally on your machine.
-
Gradio WebUI Integration
- Integrated Gradio WebUI into the application to enhance user interaction and accessibility.
-
Text-to-Speech (TTS) Tab
- Input Options: Users can provide input via a text field or upload a
.txt
file. - Speech Rhythm Control: Adjust the rhythm and pacing of generated speech.
- Voices Dropdown Menu: Select from a variety of available voice profiles.
- Device Selection: Automatic device detection with the option to specify CUDA or CPU.
- Input Options: Users can provide input via a text field or upload a
-
Podcast Dialogue Generation Tab (Powered by Gemini)
- Enables dynamic generation of podcast dialogues.
- Input customizable host names to create unique and personalized conversations.
-
Podcast Audio Generation
- Script Input Options:
- Use the JSON output from the Dialogue Generation tab.
- Upload a custom JSON file.
- Directly edit or input text within the interface.
- Dynamic Host Mapping:
- Assign available voices to host names.
- Add as many hosts as needed without any limitations.
- Speech Rhythm Control: Fine-tune the speech rhythm for each host to enhance the audio experience.
- Script Input Options:
- ⚡ Fast and efficient text-to-speech generation
- 🎙️ Multi-speaker podcast creation with distinct voices
- 📝 Smart text chunking for handling long content
- 🎛️ Customizable voice profiles with caching
- 🔊 Professional audio quality with natural pauses and transitions
- 🚀 Easy to use with minimal setup required
podcast_compressed.mp4
demo_podcast_compressed.mp4
Try out basic text-to-speech generation in our interactive Colab notebook:
Create multi-speaker podcasts using our podcast generation notebook:
Notebook will be added soon for not you can clone it and run it.
- Add REST API endpoints for remote TTS generation
- Implement streaming audio support
- Create web interface for easy usage
- Add Docker support for easy deployment