mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-21 22:53:56 +08:00
30 lines
536 B
JSON
30 lines
536 B
JSON
{
|
|
"wakeword": {
|
|
"enabled": false
|
|
},
|
|
"wake_word": "你好小智",
|
|
"model_dir": "models",
|
|
"audio": {
|
|
"input_device": null,
|
|
"sample_rate": 16000,
|
|
"channels": 1
|
|
},
|
|
"detector": {
|
|
"num_threads": 4,
|
|
"provider": "cpu",
|
|
"max_active_paths": 2,
|
|
"keywords_score": 1.8,
|
|
"keywords_threshold": 0.05,
|
|
"num_trailing_blanks": 1,
|
|
"cooldown_seconds": 1.5
|
|
},
|
|
"logging": {
|
|
"level": "INFO",
|
|
"dir": "logs",
|
|
"file": "wakeword-runtime.log"
|
|
},
|
|
"wake_words": [
|
|
"你好小智"
|
|
]
|
|
}
|