mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-05 06:44:53 +03:00
18 lines
435 B
JSON
18 lines
435 B
JSON
{
|
|
"label": "Audio transcription config.",
|
|
"enabled": {
|
|
"label": "Enable audio transcription."
|
|
},
|
|
"language": {
|
|
"label": "Language abbreviation to use for audio event transcription/translation."
|
|
},
|
|
"device": {
|
|
"label": "The device used for audio transcription."
|
|
},
|
|
"model_size": {
|
|
"label": "The size of the embeddings model used."
|
|
},
|
|
"live_enabled": {
|
|
"label": "Enable live transcriptions."
|
|
}
|
|
} |