Streaming Support
Author: ShyamGurunathCreated Mar 5, 2026Updated Aug 15, 2026
Could you support streaming out for the models ? I am using LiveKit where streaming kitten tts would be a solid use case !
Kinda similar to below:
tts = KittenTTS("KittenML/kitten-tts-mini-0.8")
async for id, audio_chunk tts.stream(
request.text,
voice=voice,
speed=1.2
):
continueSource: KittenML/KittenTTS