You need to sign in or sign up before continuing.
config.json 547 Bytes
{
  "source": {
    "wake_word_enabled": false,
    "wake_word": "小助手,你好",
    "wake_word_type": "common"
  },
  "audio": {
    "sample_rate": 16000,
    "channels": 1,
    "chunk_size": 1024,
    "device_index": null
  },
  "asr": {
    "mode": "funasr",
    "timeout": 30,
    "reconnect_delay": 1,
    "max_reconnect_attempts": 5
  },
  "server": {
    "host": "0.0.0.0",
    "port": 5050,
    "debug": true
  },
  "logging": {
    "level": "INFO",
    "file": "logs/system.log",
    "max_size": 10485760,
    "backup_count": 5
  }
}