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. }