What is the Transcriber Tab?
The Transcriber Tab is where you configure how your AI agent converts spoken words into text. Choose from multiple speech-to-text providers and fine-tune parameters like language support, endpointing (when to start responding), and interruption handling to optimize conversation flow.Access Bolna playground from https://platform.bolna.ai/.

Transcriber Tab on Bolna Playground
Configuration options
-
Choose your Transcriber Provider and model
- Deepgram (Default transcriber, most tried and tested)
- Whisper (open-source, cheapest)
- Language - By default the agent can only transcribe English language. By choosing any other language, the agent will be able to transcribe sentences spoken in chosen language + English
-
Endponting - Number of milliseconds your agent will wait before generating response. Lower endpointing reduces latency could lead to agent interrupting mid-sentence. If you want quick short responses, keep a low (
100ms
) endpoint.
If you are expecting users to speak longer sentences, keep a higher (500ms
) endpoint. - Linear Delay - Linear delay accounts for long pauses mid-sentence. If the recipient is expected to speak long sentences, increase value of linear delay.
-
Interruption settings - Agent will not consider interruption until human speaks these number of words. Ideal to prevent Agent pausing when human is actively listening by saying
Oh
,yes
etc.
(If the user says a Stopword, such asstop
,wait
, etc., the agent will automatically pause regardless of the settings) -
Backchanneling - Switch on only if user is expected to speak long sentences. Agent will show they are listening by give soft verbal nudges of acknowledgement.
You can change the time to wait before the agent gives the first filler, as well as the time between subsequent fillers.
Next steps
Ready to optimize your transcription settings? Explore related configuration:- Compare transcriber provider options for accuracy and latency
- Configure multilingual support for global agents
- Set up LLM processing to handle transcribed text
- Review voice settings to complete your agent setup