2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Audio transcription config",
|
|
|
|
|
"description": "Settings for live and speech audio transcription used for events and live captions.",
|
2026-01-23 18:55:56 +03:00
|
|
|
"enabled": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enable audio transcription",
|
|
|
|
|
"description": "Enable or disable automatic audio transcription globally."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"language": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Language abbreviation to use for audio event transcription/translation",
|
|
|
|
|
"description": "Language code used for transcription/translation (for example 'en' for English)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"device": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "The device used for audio transcription",
|
|
|
|
|
"description": "Device key (CPU/GPU) to run the transcription model on."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"model_size": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "The size of the embeddings model used",
|
|
|
|
|
"description": "Model size to use for transcription; smaller models run on CPU, larger models may need GPU."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"live_enabled": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Enable live transcriptions",
|
|
|
|
|
"description": "Enable streaming live transcription for audio as it is received."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|