Somewhat fancy voice command recognition software
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

options.json 239B

12345678910
  1. {
  2. "continuous": false,
  3. "history": null,
  4. "microphone": null,
  5. "interface": null,
  6. "valid_sentence_command": null,
  7. "invalid_sentence_command": null,
  8. "tts": ["espeak", "-ven-us+f2"],
  9. "minimum_confidence": null
  10. }