mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
[ALL] Configure VOSK as local fallback STT as it is default included within the ovos_listener container
This commit is contained in:
@ -59,8 +59,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"stt": {
|
"stt": {
|
||||||
|
"module": "ovos-stt-plugin-server",
|
||||||
"ovos-stt-plugin-server": {
|
"ovos-stt-plugin-server": {
|
||||||
"url": "https://stt.smartgic.io/fasterwhisper/stt"
|
"url": "https://stt.smartgic.io/fasterwhisper/stt"
|
||||||
|
},
|
||||||
|
"fallback_module": "ovos-stt-plugin-vosk",
|
||||||
|
"ovos-stt-plugin-vosk": {
|
||||||
|
"model": "http://alphacephei.com/vosk/models/vosk-model-small-en-us-0.15.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"padatious": {
|
"padatious": {
|
||||||
|
Reference in New Issue
Block a user