mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-04 14:24:54 +03:00
25 lines
889 B
JSON
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."
|
|
}
|
|
}
|