Configure how eagerly your persona responds to the user and how it handles silence viaDocumentation Index
Fetch the complete documentation index at: https://anam.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
voiceDetectionOptions in the persona config.
Options
| Option | Range | Description |
|---|---|---|
endOfSpeechSensitivity | 0 – 1 | How eager the persona is to start speaking. 0 = waits until confident the user is done. 1 = responds earlier. |
silenceBeforeSkipTurnSeconds | 0 – 900 seconds | How long the user can be silent before their turn is skipped and the persona prompts them. Set to 0 to disable turn skip so the persona never prompts a quiet user. |
silenceBeforeSessionEndSeconds | 0 – 7200 seconds | How long the user can be silent before the session ends automatically. Set to 0 to disable automatic session end. |
silenceBeforeAutoEndTurnSeconds | 0.5 – 10 seconds | If the user starts speaking then stops, how long to wait before treating the turn as complete. |
speechEnhancementLevel | 0 – 1 | Level of noise reduction and voice enhancement applied to input audio. Higher values improve transcription accuracy in noisy environments. |
Setting
silenceBeforeSkipTurnSeconds to 0 disables turn skip — the persona will not prompt a quiet user. Setting silenceBeforeSessionEndSeconds to 0 disables automatic session end on silence.
