api-webapp · vik-dev · tts_service

Audar TTS v1

Multi-demo Emirati persona voices on a base model with two hot-swappable LoRA adapters, served by tts_service from the vik-dev branch. Offline and true progressive streaming.

service … voices … persona_prompt ON continuation_ref …

Input

Offline — full file
Streaming — progressive PCM
Plays as it arrives via AudioWorklet — no file is waited for.

How streaming is played

The stream is requested as response_format=pcm and fed into an AudioWorklet FIFO, so audio starts the moment the first frame lands and joins are sample-exact. TTFA below is time-to-first-audio — the number that matters for a live agent.