Server sent messages
# support
a
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.
k
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
so i want the transcript for every 10 sec or any other interval can i get those ?
k
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?
a
yeah thank you