frigate/web/public/locales/en/config/audio_transcription.json
2026-02-27 09:40:20 -06:00

25 lines
889 B
JSON

{
"label": "Audio transcription",
"description": "Settings for live and speech audio transcription used for events and live captions.",
"enabled": {
"label": "Enable audio transcription",
"description": "Enable or disable automatic audio transcription globally."
},
"language": {
"label": "Transcription language",
"description": "Language code used for transcription/translation (for example 'en' for English)."
},
"device": {
"label": "Transcription device",
"description": "Device key (CPU/GPU) to run the transcription model on."
},
"model_size": {
"label": "Model size",
"description": "Model size to use for transcription; the small model runs on CPU, large model requires a GPU."
},
"live_enabled": {
"label": "Live transcription",
"description": "Enable streaming live transcription for audio as it is received."
}
}