Kitten TTS enables podcast creation without a microphone. 8 distinct voices for hosts, co-hosts, and guests.

Podcast Use Cases

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")