Audio events enable real-time events in audio stream about quality and speech activity. Such alerts are intended to notify integrator of audio quality degradation, periods of silence, or other events that could support application behavior or user warnings.Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
Feature availability:
/transcribe
/streams
/transcripts
API Definitions
| Parameter | Type | Definition |
|---|---|---|
| audioEvents | object | Container for audio event settings |
| enabled | boolean | Set to true to enable the feature |
transcribe here and streams here.
See Audio Events server message details for transcribe here and streams here.
Supported Audio Events
Speech Quality Issue
ThespeechQualityIssueDetected event is detected when excessive background sound, white noise, or other disruption in speech quality is detected by the speech to text system. After a speechQualityIssueDetected message is sent to the client, a speechQualityIssueRecovered message will be sent when audio health returns within normal limits.
Long Silence
ThelongSilence event is detected when 10 seconds of continuous silence (no speech) is detected by the speech to text system. After a longSilenceDetected message is sent to the client, a longSilenceRecovered message will be sent upon detection of speech.
Audio events alert thresholds are currently defined on the Corti speech to text services, and cannot be controlled by client configuration. The only client configuration supported is to enabling the Audio Event messages.Please contact us for further information.