Is there any option for getting transcripts using server sent messages for a certain intervels while the call is going on.
transctipt partial is having a debounce count of 3 sec whebn there is no speech going on
transcript final is the final one generated after the call.
c
Chiranjeet Mishra
05/28/2025, 6:28 AM
Yes, Vapi supports real-time transcription via server-sent messages with partial transcripts sent every \~3 seconds of silence and final transcripts after the call, and you can use a custom transcriber via WebSocket for more control over timing and processing.
a
Abhiram
05/28/2025, 11:41 AM
so i want the transcript for every 10 sec or any other interval can i get those ?
c
Chiranjeet Mishra
05/29/2025, 4:35 PM
Hey Abhiram, we don't support interval-based transcript server message sent events by default. However, as KINGS BIG mentioned, you can achieve this using live call control by parsing the raw audio packets. By the way, what's the use case for getting transcripts in regular fixed intervals?