Kitten TTS enables podcast creation without a microphone. 8 distinct voices for hosts, co-hosts, and guests.
Podcast Use Cases
AI Podcast Creation
Full podcast production with AI voiceover.
Multi-Speaker Podcasts
Multiple voices for interviews and discussions.
Quick Podcast Setup
from kittentts import KittenTTS
model = KittenTTS("KittenML/kitten-tts-mini-0.8")
# Host intro
model.generate_to_file("Welcome to the AI Insights Podcast. I am your host.", "intro.wav", voice="Jasper")
# Segment
model.generate_to_file("Today we explore the future of artificial intelligence.", "segment1.wav", voice="Bella")